'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.