This document is archived and information here might be outdated.  Recommended version.


IReportDataSource Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMap)  

IReportDataSource Interface

Provides access to members that set the data source properties for Report reports.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read/write property DefinitionQuery Indicates the definition expression for the report.
Read/write property Extent Indicates the extent of the report features.
Read/write property Layer Indicates the data for the report is from a layer.
Read/write property SelectionSet Indicates the selection set for the report.
Read/write property 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)