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
Count

The Count property returns the number of elements in the collection.
Item

The Item property returns the specified collection element.

Methods

  Method name Brief description
Add

The Add method adds a new data source to the collection.
Clear

The Clear method clears the collection.
FindBySource

The FindBySource method finds the specified data source in the collection.
Remove

The Remove method removes the specified element from the collection.

See also:

Adhoc Assembly Interfaces