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)