ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SetDataSource Method / SetDataSource(ReportDataSource,String) Method
The source for the report.
Name of the report section.

In This Topic
    SetDataSource(ReportDataSource,String) Method
    In This Topic
    Updates the data source of the report. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetDataSource( 
       ReportDataSource dataSource,
       string reportSectionName
    )
    Public Overloads Sub SetDataSource( _
       ByVal dataSource As ReportDataSource, _
       ByVal reportSectionName As String _
    ) 

    Parameters

    dataSource
    The source for the report.
    reportSectionName
    Name of the report section.
    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