PrintoutPrintoutLayout Property |
The printout layout, that is bound to the document type. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PrintoutLayout PrintoutLayout { get; set; }
Public Property PrintoutLayout As PrintoutLayout
Get
Set
public:
property PrintoutLayout^ PrintoutLayout {
PrintoutLayout^ get ();
void set (PrintoutLayout^ value);
}
member PrintoutLayout : PrintoutLayout with get, set
Property Value
Type:
PrintoutLayout
See Also