ArcGIS Pro 2.8 API Reference Guide
SetDataSource Method

ArcGIS.Desktop.Reports Namespace > Report Class : SetDataSource Method
The source for the report.
Updates the data source of the report. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetDataSource( 
   ReportDataSource dataSource
)
Public Sub SetDataSource( _
   ByVal dataSource As ReportDataSource _
) 

Parameters

dataSource
The source for the report.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members