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.

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