ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SetDataSourceFields Method / SetDataSourceFields(IEnumerable<CIMReportField>) Method
Array of grouping and sorting fields for the report.

In This Topic
    SetDataSourceFields(IEnumerable<CIMReportField>) Method
    In This Topic
    Updates the grouping and sorting fields of the report. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetDataSourceFields( 
       IEnumerable<CIMReportField> reportFields
    )
    Public Overloads Sub SetDataSourceFields( _
       ByVal reportFields As IEnumerable(Of CIMReportField) _
    ) 

    Parameters

    reportFields
    Array of grouping and sorting fields for the report.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also