public Report CreateReport( string name, ReportDataSource reportDataSource, CIMPage page, IEnumerable<ReportFieldStatistic> statistics, ReportTemplate template, string styling )
Public Overloads Function CreateReport( _ ByVal name As String, _ ByVal reportDataSource As ReportDataSource, _ ByVal page As CIMPage, _ ByVal statistics As IEnumerable(Of ReportFieldStatistic), _ ByVal template As ReportTemplate, _ ByVal styling As String _ ) As Report
Parameters
- name
- The name of the report.
- reportDataSource
- ReportDataSource object defining data source, fields, and definition query for the report.
- page
- The CIMPage definition for the report.
- statistics
- An array of T:ArcGIS.Desktop.Reports.ReportFieldStatistic that includes the statistics that will be used in the footer sections.
- template
- The report template.
- styling
- The name of the report styling.
Return Value
The created report.