'Declaration Public Function UpdateReportTemplate( _ ByVal report As Report, _ ByVal resourceLocator As ResourceLocator _ ) As ReportSnapshot
public ReportSnapshot UpdateReportTemplate( Report report, ResourceLocator resourceLocator )
Parameters
- report
- The report to be updated.
- resourceLocator
- The resource locator for the report.
Return Value
A new instance of ReportSnapshot with the updated template.