Assembly: Adhoc;
Namespace: None;
The AdhocReportExporter class is used to export dashboards.
Maps and charts contained in a dashboard are exported as images.
The following dashboard export formats are available:
Excel Workbook (*.xls).
PDF Document (*.pdf).
Rich Text Document (*.rtf).
Web Page, single file archive (*.mht).
EMF Document (*.emf).
PowerPoint presentation (*.pptx).
Class to get analog of the AdhocReportExporter class:
None;
Class to get analog of the AdhocReportExporter class object:
None;
Property name | Brief description | |
The AdhocReport property determines the exported report. | ||
The BulkSettings property returns the parameters of batch operations of a dashboard. | ||
The DataSources property determines identifiers of the dashboard blocks that must be exported. | ||
The EmfType property determines the type of the metafile created on export. | ||
The ExportFootnotes property determines whether footnotes are exported. | ||
The ExportObjectAsBitmap property determines whether report objects are exported in PDF as an image or a metafile. | ||
The Sources property returns a set of exported data sources for a dashboard. |
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. |
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. |
Method name | Brief description | |
The ExportToFile method exports data to a file of the specified format. |
See also: