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

In This Topic
    Layout Method (ILayoutManager)
    In This Topic
    Lays out the content that the specified ContentRange represents.
    Syntax
    'Declaration
     
    Function Layout( _
       ByVal context As LayoutContext _
    ) As LayoutResult

    Parameters

    context
    LayoutContext specifying information about layout operations

    Return Value

    LayoutResult indicating outcome of this operation
    Remarks
    This method should return the exact size of the content laid out encapsulated into LayoutResult.
    See Also