ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / UpdateReportTemplate Method
The report to be updated.
The resource locator for the report.

UpdateReportTemplate Method
Updates the report template with the specified report and resource locator.
Syntax
'Declaration
 
Public Function UpdateReportTemplate( _
   ByVal report As Report, _
   ByVal resourceLocator As ResourceLocator _
) As ReportSnapshot
 

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.
Exceptions
ExceptionDescription
Thrown when the report parameter is null.
See Also