com.esri.arcgis.arcmap
Interface esriReportExportType

All Superinterfaces:
Serializable

public interface esriReportExportType
extends Serializable

Report export types.

Product Availability

Available with ArcGIS Desktop.


Field Summary
static int esriReportExportHTML
          Exports a Report report as HTML files.
static int esriReportExportPDF
          Exports a Report report as a PDF file.
static int esriReportExportRTF
          Exports a Report report as an RTF file.
static int esriReportExportTIFF
          Exports a Report report as a TIFF file.
static int esriReportExportTXT
          Exports a Report report as a TXT file.
static int esriReportExportXLS
          Exports a Report report as an XLS file.
 

Field Detail

esriReportExportHTML

static final int esriReportExportHTML
Exports a Report report as HTML files.

See Also:
Constant Field Values

esriReportExportPDF

static final int esriReportExportPDF
Exports a Report report as a PDF file.

See Also:
Constant Field Values

esriReportExportRTF

static final int esriReportExportRTF
Exports a Report report as an RTF file.

See Also:
Constant Field Values

esriReportExportTIFF

static final int esriReportExportTIFF
Exports a Report report as a TIFF file.

See Also:
Constant Field Values

esriReportExportTXT

static final int esriReportExportTXT
Exports a Report report as a TXT file.

See Also:
Constant Field Values

esriReportExportXLS

static final int esriReportExportXLS
Exports a Report report as an XLS file.

See Also:
Constant Field Values