[]
Combines a Report object and its dependencies into a single bundle.
public static ReportJsonTemplateBuilder.ReportTemplate BuildReportTemplate(Report report, ResourceLocator resourceLocator)
| Type | Name | Description |
|---|---|---|
| Report | report | The root Report to be bundled. |
| ResourceLocator | resourceLocator | The ResourceLocator for accessing subreports and resources. |
| Type | Description |
|---|---|
| ReportJsonTemplateBuilder.ReportTemplate | A ReportJsonTemplateBuilder.ReportTemplate object containing the bundled report and its dependencies. |