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


esriReportExportType Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMap)  

esriReportExportType Constants

Report export types.

Constant Value Description
esriReportExportHTML 0 Exports a Report report as HTML files.
esriReportExportPDF 1 Exports a Report report as a PDF file.
esriReportExportRTF 2 Exports a Report report as an RTF file.
esriReportExportTIFF 3 Exports a Report report as a TIFF file.
esriReportExportTXT 4 Exports a Report report as a TXT file.
esriReportExportXLS 5 Exports a Report report as an XLS file.

Product Availability

Available with ArcGIS Desktop.

.NET Samples

Generate a report (Code Files: ExportReport)