ArcGIS Pro 2.8 API Reference Guide
CreateReport(String,ReportDataSource) Method

ArcGIS.Desktop.Reports Namespace > IReportFactory Interface > CreateReport Method : CreateReport(String,ReportDataSource) Method
The name of the report.
Object defining data source, fields, and definition query for the report.
Creates a new report and adds it to a project. The source data for the report can be either a Layer or Table or a data connection to the data. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Overloads Function CreateReport( _
   ByVal name As String, _
   ByVal reportDataSource As ReportDataSource _
) As Report

Parameters

name
The name of the report.
reportDataSource
Object defining data source, fields, and definition query for the report.

Return Value

The created report.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

IReportFactory Interface
IReportFactory Members
Overload List