[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.ReportSnapshot.UpdateReportTemplate

UpdateReportTemplate Method

UpdateReportTemplate(Report, ResourceLocator)

Updates the report template with the specified report and resource locator.

Declaration
public ReportSnapshot UpdateReportTemplate(Report report, ResourceLocator resourceLocator)
Parameters
Type Name Description
Report report

The report to be updated.

ResourceLocator resourceLocator

The resource locator for the report.

Returns
Type Description
ReportSnapshot

A new instance of ReportSnapshot with the updated template.

Exceptions
Type Condition
ArgumentNullException

Thrown when the report parameter is null.