Report CreateReport( string name, ReportDataSource reportDataSource )
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.