Assembly: Adhoc;
Namespace: Prognoz.Platform.Interop.AdHoc;
The IAdhocDataSourceObject interface is used to work with a dashboard data source.
IAdhocDataSourceObject
To get all dashboard data sources, use the IAdhocReport.DataSourceObjects property.
| Property name | Brief description | |
| The AcceptDataSelection property determines whether the selected selection should be converted to visual selection. | ||
| DataSourceObjects | The DataSourceObjects property returns a collection of data sources. | |
| The Dimensions property returns a collection of data source dimensions. | ||
| Id | The Id property determines data source identifier. | |
| Outdated. Use IAdhocDataSourceObject.GetSourceObject. | ||
| The ParamValues property returns a collection of data source parameter values. | ||
| The SourceObjectDescriptor property returns data source as a repository object. | ||
| The TrackAreaSelection property determines whether the selected visualizer area should be tracked. |
| Method name | Brief description | |
| GetSourceObject | The GetSourceObject method determines a dashboard child element. |
See also: