[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.BuildReportTemplate

BuildReportTemplate Method

BuildReportTemplate(Report, ResourceLocator)

Combines a Report object and its dependencies into a single bundle.

Declaration
public static ReportJsonTemplateBuilder.ReportTemplate BuildReportTemplate(Report report, ResourceLocator resourceLocator)
Parameters
Type Name Description
Report report

The root Report to be bundled.

ResourceLocator resourceLocator

The ResourceLocator for accessing subreports and resources.

Returns
Type Description
ReportJsonTemplateBuilder.ReportTemplate

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