Initializes a new instance of the LayoutContext structure with the specified values.
Syntax
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.
See Also