ActiveReports Developer 7
LayoutStatus Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutStatus Enumeration

Glossary Item Box

Indicates the progress of the layout operation. This enumeration is used with the DataDynamics.Reports.Extensibility.Layout.LayoutResult.LayoutStatus property.

Syntax

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