IAdhocReportExportSources

Assembly: Adhoc;

Description

The IAdhocReportExportSources interface is used to work with the collection of exported dashboard data sources.

Inheritance Hierarchy

          IAdhocReportExportSources

Comments

To get the collection, use the IAdhocReportExporter.Sources property.

Properties

  Property name Brief description
The Count property returns the number of elements in the collection.
The Item property returns the specified collection element.

Methods

  Method name Brief description
The Add method adds a new data source to the collection.
The Clear method clears the collection.
The FindBySource method finds the specified data source in the collection.
The Remove method removes the specified element from the collection.

See also:

Adhoc Assembly Interfaces