ArcGIS Pro 2.8 API Reference Guide
CopyReport Method (ReportFactory)

ArcGIS.Desktop.Reports Namespace > ReportFactory Class : CopyReport Method
The report to copy.
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 10, Windows 8.1

See Also

Reference

ReportFactory Class
ReportFactory Members