AdhocReportExporter

Assembly: Adhoc;

Namespace: None;

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:

Fore.NET Syntax

Class to get analog of the AdhocReportExporter class:

None;

Class to get analog of the AdhocReportExporter class object:

None;

Class object properties inherited from IAdhocReportExporter

  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.

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