[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutState

LayoutState Struct

Encapsulates intermediate result (current state) of layout operation.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct LayoutState

Constructors

Name Description
LayoutState(ILayoutTree, ITargetDevice, int)

Creates a new instance of LayoutState and initializes it with specified value.

LayoutState(ILayoutTree, ITargetDevice, int, bool)

Creates a new instance of LayoutState and initializes it with specified value.

Fields

Name Description
IsLastInDocument

Indicates the page is last in document.

Properties

Name Description
LastPage

Specifies last page laid out by the engine for this LayoutTree.

LayoutTree

Specifies LayoutTree being built by the layout engine.

TargetDevice

Specifes target device for current layout operation.

Extension Methods