Assembly: Adhoc;
The AdhocReportExporter interface is used to export dashboards.
IAdhocReportExporter
Maps and charts contained in the dashboard are exported as images.
The following dashboards 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).
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. |
Property name | Brief description | |
CSSClassName | The CSSClassName property determines the prefix for table elements of HTML styles. | |
Encoding | The Encoding property specifies a code page for a conversion table, based on which data is exported. | |
ExportFromWeb | 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 | |
FinishBatchCommand | The FinishBatchCommand method finishes batch export of dashboards. | |
StartBatchCommand | The StartBatchCommand method starts batch export of dashboards to a file of specified format. |
Method name | Brief description | |
ExportToFile | The ExportToFile method exports data to a file of the specified format. |
See also: