ArcGIS Pro 2.9 API Reference Guide
SetDataSourceFields(String,IEnumerable<CIMReportField>) Method

ArcGIS.Desktop.Reports Namespace > Report Class > SetDataSourceFields Method : SetDataSourceFields(String,IEnumerable<CIMReportField>) Method
Name of the report section.
Array of grouping and sorting fields for the report section.
Updates the grouping and sorting fields of the report. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Overloads Sub SetDataSourceFields( _
   ByVal reportSectionName As String, _
   ByVal reportFields As IEnumerable(Of CIMReportField) _
) 

Parameters

reportSectionName
Name of the report section.
reportFields
Array of grouping and sorting fields for the report section.
Exceptions
ExceptionDescription
The reportSectionName is empty or null.
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members
Overload List