ActiveReports Developer 7
LayoutState Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutState Structure : LayoutState Constructor

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.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal layoutTree As ILayoutTree, _
   ByVal targetDevice As ITargetDevice, _
   ByVal lastPageLaidOut As System.Integer _
)
C# 
public LayoutState( 
   ILayoutTree layoutTree,
   ITargetDevice targetDevice,
   System.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