ArcGIS Pro 2.6 API Reference Guide
SetRelatedDataSourceFields Method

ArcGIS.Desktop.Reports Namespace > Report Class : SetRelatedDataSourceFields Method
Name of the related report element to update.
Array of grouping and sorting fields for the related report.
Updates the grouping and sorting fields of the related report section. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetRelatedDataSourceFields( 
   string relatedReportElementName,
   IEnumerable<CIMReportField> reportFields
)
Public Sub SetRelatedDataSourceFields( _
   ByVal relatedReportElementName As String, _
   ByVal reportFields As IEnumerable(Of CIMReportField) _
) 

Parameters

relatedReportElementName
Name of the related report element to update.
reportFields
Array of grouping and sorting fields for the related report.
Exceptions
ExceptionDescription
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