ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / Copy Method
A GrapeCity.ActiveReports.PageReportModel.Report to copy for.
A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.

In This Topic
    Copy Method
    In This Topic
    Creates a copy of the report.
    Syntax
    'Declaration
     
    Public Shared Function Copy( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator _
    ) As Report
    public static Report Copy( 
       Report report,
       ResourceLocator resourceLocator
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report to copy for.
    resourceLocator
    A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.

    Return Value

    A new GrapeCity.ActiveReports.PageReportModel.Report object that is a copy of the original.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also