ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / UpdateReportTemplate Method

In This Topic
    UpdateReportTemplate Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function UpdateReportTemplate( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator _
    ) As ReportSnapshot
    public ReportSnapshot UpdateReportTemplate( 
       Report report,
       ResourceLocator resourceLocator
    )

    Parameters

    report
    resourceLocator
    See Also