ArcGIS Pro 2.8 API Reference Guide
CopyReport Method (IReportFactory)

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

See Also

Reference

IReportFactory Interface
IReportFactory Members