[]
Updates the report template with the specified report and resource locator.
public ReportSnapshot UpdateReportTemplate(Report report, ResourceLocator resourceLocator)
Type | Name | Description |
---|---|---|
Report | report | The report to be updated. |
ResourceLocator | resourceLocator | The resource locator for the report. |
Type | Description |
---|---|
ReportSnapshot | A new instance of ReportSnapshot with the updated template. |
Type | Condition |
---|---|
ArgumentNullException | Thrown when the report parameter is null. |