Assembly: Adhoc;
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 | |
Count | The Count property returns the number of elements in the collection. | |
Item | The Item property returns the specified collection element. |
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: