Click or drag to resize

IPrintoutLayout Interface

Represents a stored printout layout.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface IPrintoutLayout

The IPrintoutLayout type exposes the following members.

Properties
  NameDescription
Public propertyBinaryLayout
The binary contents of the layout.
Public propertyLayoutFormat
The format of the layout.
Public propertyName
The name of the printout.
Public propertyStringLayout
The string contents of the layout. Deprecated - use BinartLayout.
Top
See Also