Adhoc > Adhoc Assembly Interfaces > IAdhocReportExporter
Assembly: Adhoc;
Namespace: None;
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 | |
![]() |
The AdhocReport property determines the exported report. | |
![]() |
The BulkSettings property returns the parameters of batch operations of a dashboard. | |
![]() |
Outdated. Use IAdhocReportExporter.Sources. | |
![]() |
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: