Assembly: 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 | |
![]() |
AcceptDataSelection | The AcceptDataSelection property determines whether the selected selection should be converted to visual selection. |
![]() |
DataSourceObjects | The DataSourceObjects property returns a collection of data sources. |
![]() |
Dimensions | The Dimensions property returns a collection of data source dimensions. |
![]() |
Id | The Id property determines a data source identifier. |
![]() |
ParamValues | The ParamValues property returns a collection of data source parameter values. |
![]() |
SlideKey | The SlideKey property returns the key of the slide, on which data source is located. |
![]() |
SourceObjectDescriptor | The SourceObjectDescriptor property returns data source as a repository object. |
![]() |
TrackAreaSelection | 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: