[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus

LayoutStatus Enum

Indicates the progress of the layout operation. This enumeration is used with the LayoutStatus property.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Flags]
public enum LayoutStatus : byte

Fields

Name 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.

Extension Methods