ActiveReports 12
LayoutStatus Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutStatus Enumeration
Indicates the progress of the layout operation. This enumeration is used with the LayoutResult.LayoutStatus property.
Syntax
'Declaration
 
Public Enum LayoutStatus 
   Inherits System.Enum
public enum LayoutStatus : System.Enum 
Members
MemberDescription
CompleteIndicates that the item is laid out in its entirety.
ContinueHorizontallyIndicates that item continues layout in the next horizontal page.
ContinueVerticallyIndicates that item continues layout in the next vertical page.
ForcedVerticalPageBreakIndicates that a page break is produced after this layout operation.
NoContentIndicates that no content is laid out.
NoneSpecifies an unknown status, with no layout operations performed. Please note that this is different from the NoContent status.
SomeContentIndicates that some content is laid out, but that the layout is not complete and more layout runs are required for the item.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Layout Namespace