ActiveReports 12
LayoutContext Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : LayoutContext Constructor
A ContentRange object containing information about the range of the underlying content to include in the current layout operation.
An enumerated LayoutDirection value indicating the direction in which the layout for the report item runs.
A GrapeCity.ActiveReports.Extensibility.Drawing.SizeFEx structure containing the width and height of the rectangle within which the report item is laid out.
Initializes a new instance of the LayoutContext structure with the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal contentRange As IContentRange, _
   ByVal direction As LayoutDirection, _
   ByVal availableSize As SizeFEx _
)
public LayoutContext( 
   IContentRange contentRange,
   LayoutDirection direction,
   SizeFEx availableSize
)

Parameters

contentRange
A ContentRange object containing information about the range of the underlying content to include in the current layout operation.
direction
An enumerated LayoutDirection value indicating the direction in which the layout for the report item runs.
availableSize
A GrapeCity.ActiveReports.Extensibility.Drawing.SizeFEx structure containing the width and height of the rectangle within which the report item is laid out.
See Also

Reference

LayoutContext Structure
LayoutContext Members