ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutEngine Interface / BuildLayout Method
The LayoutInfo which provides the report to lay out.

In This Topic
    BuildLayout Method
    In This Topic
    Builds ILayoutTree for specified LayoutInfo
    Syntax
    'Declaration
     
    Function BuildLayout( _
       ByVal layoutInfo As LayoutInfo _
    ) As ILayoutTree
    ILayoutTree BuildLayout( 
       LayoutInfo layoutInfo
    )

    Parameters

    layoutInfo
    The LayoutInfo which provides the report to lay out.

    Return Value

    LayoutTree instance representing the report layout.
    See Also