ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportFactory Class / CopyReport Method
The report to copy.

In This Topic
    CopyReport Method (ReportFactory)
    In This Topic
    Copy an existing report. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Report CopyReport( 
       Report report
    )
    Public Function CopyReport( _
       ByVal report As Report _
    ) As Report

    Parameters

    report
    The report to copy.

    Return Value

    The copied report.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Null input report
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also