ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutManager Interface / Measure Method
LayoutContext specifying information about layout operations

In This Topic
    Measure Method (ILayoutManager)
    In This Topic
    A query by the layout system of what the results of a call to Layout would be with the specified settings.
    Syntax
    'Declaration
     
    Function Measure( _
       ByVal context As LayoutContext _
    ) As LayoutResult

    Parameters

    context
    LayoutContext specifying information about layout operations

    Return Value

    LayoutResult indicating outcome of this operation
    See Also