ArcGIS Pro 2.6 API Reference Guide
SetRelatedReportName Method

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

Parameters

relatedReportElementName
Name of the related report element to change.
newName
Name of the related report.
Exceptions
ExceptionDescription
The relatedReportElementName is not valid.
The newName is empty or null.
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Report Class
Report Members