ArcGIS Pro 2.8 API Reference Guide
SetName Method (Report)

ArcGIS.Desktop.Reports Namespace > Report Class : SetName Method
Name of the report.
Updates the name of the report. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetName( 
   string name
)
Public Sub SetName( _
   ByVal name As String _
) 

Parameters

name
Name of the report.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members