ReportReportLayout Property |
The textual representation of the printout layout, when the format requires text representation. Alternative to Report_Binary_Layout.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ReportLayout { get; set; }
Public Property ReportLayout As String
Get
Set
public:
property String^ ReportLayout {
String^ get ();
void set (String^ value);
}
member ReportLayout : string with get, set
Property Value
Type:
String
See Also