IAdhocDataSourceObject

Assembly: Adhoc;

Description

The IAdhocDataSourceObject interface is used to work with a dashboard data source.

Inheritance Hierarchy

          IAdhocDataSourceObject

Comments

To get all dashboard data sources, use the IAdhocReport.DataSourceObjects property.

Properties

  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

  Method name Brief description
GetSourceObject The GetSourceObject method determines a dashboard child element.

See also:

Adhoc Assembly Interfaces