DashboardOlapDataSource Properties
An OLAP data source that provides data for the dashboard.| Name | Description |
|---|---|
| ComponentName | Gets or sets the component name of the data source. |
| ConnectionName | Gets or sets the connection name for the current data source. |
| ConnectionString | Gets or sets a connection string used to establish a connection to an OLAP cube. |
| Filter | Gets or sets the logical expression to be applied to the data for filtering. |
| IsConnected | Gets whether the connection to a cube in an MS Analysis Services database is established. |
| IsDisposed | For internal use. |
| Name | Gets or sets the data source name. |
| OlapDataProvider static | Gets or sets a data provider used to connect to the DashboardOlapDataSource. |
See Also