ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / IReportFactory Interface / CopyReport Method
The report to copy.

In This Topic
    CopyReport Method (IReportFactory)
    In This Topic
    Copy an existing report.
    Syntax
    Report CopyReport( 
       Report report
    )
    Function CopyReport( _
       ByVal report As Report _
    ) As Report

    Parameters

    report
    The report to copy.

    Return Value

    The copied report.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also