AdhocReportExporter

Assembly: Adhoc;

Description

The AdhocReportExporter class is used to export dashboards.

Comments

Maps and charts contained in a dashboard are exported as images.

The following dashboard export formats are available:

Class object properties inherited from IAdhocReportExporter

  Property name Brief description
AdhocReport The AdhocReport property determines the exported report.
BulkSettings The BulkSettings property returns the parameters of batch operations of a dashboard.
EmfType The EmfType property determines the type of the metafile created on export.
ExportFootnotes The ExportFootnotes property determines whether footnotes are exported.
ExportObjectAsBitmap The ExportObjectAsBitmap property determines whether report objects are exported in PDF as an image or a metafile.
Sources The Sources property returns a set of exported data sources for a dashboard.

Class object properties inherited from IExporter

  Property name Brief description
The CSSClassName property determines the prefix for table elements of HTML styles.
The Encoding property specifies a code page for a conversion table, based on which data is exported.
The ExportFromWeb property determines what to do with a report in the web application: export or open in the preview mode.

Class object methods inherited from IAdhocReportExporter

  Method name Brief description
The FinishBatchCommand method finishes batch export of dashboards.
The StartBatchCommand method starts batch export of dashboards to a file of specified format.

Class object methods inherited from IExporter

  Method name Brief description
The ExportToFile method exports data to a file of the specified format.

 

See also:

Adhoc Assembly Classes