ActiveReports 12
LayoutState Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutState Structure : LayoutState Constructor
Specifies the LayoutTree being built by the layout engine. 
Specifes target device for current layout operation.
Specifies last page laid out by the engine for this LayoutTree.
Creates a new instance of LayoutState and initializes it with specified value.
Syntax
'Declaration
 
Public Function New( _
   ByVal layoutTree As ILayoutTree, _
   ByVal targetDevice As ITargetDevice, _
   ByVal lastPageLaidOut As Integer _
)
public LayoutState( 
   ILayoutTree layoutTree,
   ITargetDevice targetDevice,
   int lastPageLaidOut
)

Parameters

layoutTree
Specifies the LayoutTree being built by the layout engine. 
targetDevice
Specifes target device for current layout operation.
lastPageLaidOut
Specifies last page laid out by the engine for this LayoutTree.
See Also

Reference

LayoutState Structure
LayoutState Members