DashboardExporter Events
Allows you to implement server export of a dashboard or dashboard items for all platforms.Name | Description |
---|---|
BeforeExportDocument | Allows you to hide specific dashboard items when you export the entire dashboard. |
ConfigureDataConnection | Allows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established. |
ConfigureItemDataCalculation | Allows you to configure how the dashboard item’s client data is calculated. |
ConnectionError | Allows you to detect an error when connection parameters do not allow you to connect to a data store. |
CustomAssemblyLoading | Occurs before a custom assembly is loaded for use as DashboardEFDataSource. |
CustomExport | Allows you to customize the exported document. |
CustomFilterExpression | Allows you to include WHERE clauses in DashboardSqlDataSource queries. |
CustomItemExportControlCreating |
Occurs when the DashboardExporter component exports a custom item.
|
CustomizeExportDocument | Allows you to customize the exported document. |
CustomPalette | Allows you to substitute the default palette that contains colors used to paint dashboard item elements. |
CustomParameters | Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing. |
DashboardItemDataLoadingError | Allows you to detect errors that occurred while a dashboard item loaded data. |
DataLoading | Allows you to provide data for the DashboardObjectDataSource. |
DataLoadingError | Allows you to detect errors that occurred while a dashboard loaded data. |
ExcelDataSourceBeforeFill | Allows you to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files. |
ValidateCustomSqlQuery | Allows you to validate a custom SQL query of the DashboardSqlDataSource. |
See Also