Provides access to members that set the data source properties for Report reports.
Product Availability
Available with ArcGIS Desktop.
Members
|
|
Description |
 |
DefinitionQuery |
Indicates the definition expression for the report. |
 |
Extent |
Indicates the extent of the report features. |
 |
Layer |
Indicates the data for the report is from a layer. |
 |
SelectionSet |
Indicates the selection set for the report. |
 |
Table |
Indicates the data for the report is from a table. |
CoClasses that implement IReportDataSource
CoClasses and Classes |
Description |
Report |
The Report class implements the report engine. |
.NET Samples
Generate a report (Code Files:
ExportReport)