ListReportsUsingDataSource Method
SQL Server 2000
ReportingService.ListReportsUsingDataSource Method
Returns a list of reports that are associated with a shared data source .
Public Function ListReportsUsingDataSource( _ ByVal DataSource As String _ ) As [Namespace].CatalogItem() Member of [Namespace].ReportingService
public [Namespace].CatalogItem[] ListReportsUsingDataSource( string DataSource ); Member of [Namespace].ReportingService
Parameters
- DataSource
- The full path name of the data source.
Return Value
An array of CatalogItem[] objects that represents the reports associated with the given data source.
Permissions
| Operation | Description |
|---|---|
| Read Properties | Required on the report in order to view the data source properties. |