Dashboard Properties
Contains the full description of a dashboard used to visualize data.| Name | Description |
|---|---|
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| ColorScheme | Provides access to a dashboard color scheme. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| CurrencyCultureName | Gets or sets the default currency for the Dashboard. |
| CustomItemMetadataTypes static | Gets a collection of metadata types that correspond to metadata descendants. |
| CustomProperties | Gets custom properties available for the current dashboard. |
| DataConnections | For internal use. |
| DataSources | Gets the collection of dashboard data sources. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| EnableAutomaticUpdates | Gets or sets whether automatic updates are enabled for the current dashboard. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| Groups | Provides access to a collection of dashboard item groups. |
| IsDisposed | For internal use. |
| Items | Gets the collection of dashboard items. |
| LayoutOptions | Provides access to the dashboard layout settings. |
| LayoutRoot | Gets or sets the root dashboard layout group. |
| Parameters | Provides access to dashboard parameters. |
| RequestParameters | Specifies whether to load dashboard data only after the user submits the parameter values. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Title | Provides access to the title settings of the dashboard. |
| UserData | Gets or sets custom data to be saved to the dashboard XML definition. |
See Also