GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutStatus Enumeration |
'Declaration Public Enum LayoutStatus Inherits System.Enum
public enum LayoutStatus : System.Enum
Member | Description |
---|---|
Complete | Indicates that the item is laid out in its entirety. |
ContinueHorizontally | Indicates that item continues layout in the next horizontal page. |
ContinueVertically | Indicates that item continues layout in the next vertical page. |
ForcedVerticalPageBreak | Indicates that a page break is produced after this layout operation. |
NoContent | Indicates that no content is laid out. |
None | Specifies an unknown status, with no layout operations performed. Please note that this is different from the NoContent status. |
SomeContent | Indicates that some content is laid out, but that the layout is not complete and more layout runs are required for the item. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2