ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json Namespace / ReportJsonTemplateBuilder Class / BuildReportTemplate Method
The root GrapeCity.ActiveReports.PageReportModel.Report to be bundled.
The GrapeCity.ActiveReports.ResourceLocator for accessing subreports and resources.

In This Topic
    BuildReportTemplate Method
    In This Topic
    Combines a GrapeCity.ActiveReports.PageReportModel.Report object and its dependencies into a single bundle.
    Syntax
    'Declaration
     
    Public Shared Function BuildReportTemplate( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator _
    ) As ReportJsonTemplateBuilder.ReportTemplate
    public static ReportJsonTemplateBuilder.ReportTemplate BuildReportTemplate( 
       Report report,
       ResourceLocator resourceLocator
    )

    Parameters

    report
    The root GrapeCity.ActiveReports.PageReportModel.Report to be bundled.
    resourceLocator
    The GrapeCity.ActiveReports.ResourceLocator for accessing subreports and resources.

    Return Value

    A ReportJsonTemplateBuilder.ReportTemplate object containing the bundled report and its dependencies.
    See Also