ArcObjects Library Reference (ArcMap)  

IReportTemplate Interface

Provides access to template members of a report.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method FieldMapping Sets the field mapping from the report template to the new fields.
Method LoadReportTemplate Loads the report template file.
Method RelatedReportMapping Sets the mapping information for a related report.
Read/write property ReportTitle Indicates the title for the report.
Method SaveReportTemplate Saves the report as a template file.
Read/write property StartingPageNumber Indicates the starting page number for the report.

CoClasses that implement IReportTemplate

CoClasses and Classes Description
Report The Report class implements the report engine.

.NET Samples

Generate a report (Code Files: ExportReport)