IDashboardControl Properties
Provides API members that are common for DashboardDesigner and DashboardViewer.| Name | Description |
|---|---|
| AllowInspectAggregatedData | Gets or sets whether to display aggregated data in the Data Inspector. |
| AllowInspectRawData | Gets or sets whether to display raw data in the Data Inspector. |
| AllowMaximizeAnimation | Gets or sets whether to enable the animation when you maximize or restore dashboard items. |
| AllowMaximizeDashboardItems | Gets or sets whether end users can maximize dashboard items. |
| AllowPrintDashboard | Gets or sets whether end-users can print or export a dashboard. |
| AllowPrintDashboardItems | Gets or sets whether end-users can print or export dashboard items. |
| AsyncMode | Gets or sets whether DashboardViewer/DashboardDesigner operates in asynchronous mode. |
| CalculateHiddenTotals | Gets or sets whether to calculate totals for the hidden data items. |
| CustomDBCommandInterceptor | Specifies the IDBCommandInterceptor object for the Dashboard control. |
| CustomDBConnectionInterceptor | Specifies the IDBConnectionInterceptor object for the Dashboard control. |
| CustomDBSchemaProviderEx | Allows you to specify a custom schema for the SQL Data Source. |
| Dashboard | Gets or sets the currently opened dashboard. |
| DataSourceOptions | Provides access to options that define the data source options of a DashboardViewer / DashboardDesigner. |
| EnableWaitForm | Gets or sets whether the DashboardViewer / DashboardDesigner displays a Wait Form when a time-consuming operation is performed. |
| ExcelExportOptions | Provides access to options related to exporting a dashboard item to Excel format. |
| GridBestFitMaxRowCount | Gets or sets the number of the Grid dashboard item’s data rows whose content is processed to apply best fit to columns. |
| ImageExportOptions | Provides access to options related to exporting a dashboard/dashboard item to an image. |
| MaximizedDashboardItemName | Gets the name of the maximized dashboard item. |
| Parameters | Provides access to dashboard parameter settings and metadata. |
| PdfExportOptions | Provides access to options related to exporting a dashboard/dashboard item to PDF format. |
| PrintPreviewOptions | Provides access to options related to printing a dashboard/dashboard item. |
| PrintPreviewType | Gets or sets the type of Print Preview used to preview dashboard items or the entire dashboard. |
| UseNeutralFilterMode | Gets or sets whether to show all items in the filter elements deselected by default. |
| UserAction | Gets the end-user action performed on the DashboardViewer/DashboardDesigner. |
See Also