Expand Minimize
This topic has not yet been rated - Rate this topic

ListSubscriptionsUsingDataSource Method

SQL Server 2000

ReportingService.ListSubscriptionsUsingDataSource Method

Returns a list of subscriptions that are associated with a given data source.

Public Function ListSubscriptionsUsingDataSource( _
   ByVal DataSource As String _
) As [Namespace].Subscription()
   Member of [Namespace].ReportingService
public [Namespace].Subscription[] ListSubscriptionsUsingDataSource(
   string DataSource,
);
   Member of [Namespace].ReportingService
Parameters
DataSource
The full path name of the data source.
Return Value

An array of Subscription[] objects that represents the subscriptions that are associated with a given data source.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.