ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering 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 SizeFEx structure containing the width and height of the rectangle within which the report item is laid out.
A SizeFEx structure containing the width and height of the report item.

In This Topic
    LayoutContext Constructor
    In This Topic
    Initializes a new instance of the LayoutContext structure with the specified values.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal metricsProvider As ITextMetricsProvider, _
       ByVal contentRange As IContentRange, _
       ByVal direction As LayoutDirection, _
       ByVal availableSize As SizeF, _
       Optional ByVal reportItemSize As SizeF _
    )

    Parameters

    metricsProvider
    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 SizeFEx structure containing the width and height of the rectangle within which the report item is laid out.
    reportItemSize
    A SizeFEx structure containing the width and height of the report item.
    See Also