| Visual Basic (Declaration) | |
|---|---|
Public Enum LayoutStatus Inherits System.Enum | |
| C# | |
|---|---|
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