ArcGIS Pro 3.7 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
    Function CopyReport( _
       ByVal report As Report _
    ) As Report
    Report CopyReport( 
       Report report
    )

    Parameters

    report
    The report to copy.

    Return Value

    The copied report.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also