Assembly: Adhoc;
Namespace: None;
The IAdhocReportExportSources interface is used to work with the collection of exported dashboard data sources.
IAdhocReportExportSources
To get the collection, use the IAdhocReportExporter.Sources property.
| Property name | Brief description | |
| The Count property returns the number of elements in the collection. | ||
| The Item property returns the specified collection element. |
| 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: