ActiveReports 8
LayoutContext Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : LayoutContext Constructor

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

Glossary Item Box

Initializes a new instance of the LayoutContext structure with the specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal contentRange As ContentRange, _
   ByVal direction As LayoutDirection, _
   ByVal availableSize As SizeFEx _
)
C# 
public LayoutContext( 
   ContentRange contentRange,
   LayoutDirection direction,
   SizeFEx availableSize
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also