ReportReportBinaryLayout Property |
The printout layout, when the format requires binary storage. Alternative to Report_Layout.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] ReportBinaryLayout { get; set; }
Public Property ReportBinaryLayout As Byte()
Get
Set
public:
property array<unsigned char>^ ReportBinaryLayout {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ReportBinaryLayout : byte[] with get, set
Property Value
Type:
Byte
See Also