ReportingService2005.ListSubscriptionsUsingDataSource(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of subscriptions that are associated with a given data source.
public:
cli::array <ReportService2005::Subscription ^> ^ ListSubscriptionsUsingDataSource(System::String ^ DataSource);
public ReportService2005.Subscription[] ListSubscriptionsUsingDataSource (string DataSource);
member this.ListSubscriptionsUsingDataSource : string -> ReportService2005.Subscription[]
Public Function ListSubscriptionsUsingDataSource (DataSource As String) As Subscription()
Parameters
- DataSource
- String
The full path name of the data source.
Returns
An array of Subscription objects that represents\ the subscriptions that are associated with a given data source.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | ReadProperties |
This method only returns subscriptions for reports to which the user has ReadProperties and ReadAnySubscription permissions.