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

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

    Parameters

    layoutInfo
    The LayoutInfo which provides the report to lay out.

    Return Value

    ReportLayout instance representing the report layout.
    See Also