ReportingService2005.ListSubscriptionsUsingDataSource 메서드
Returns a list of subscriptions that are associated with a given data source.
네임스페이스: ReportService2005
어셈블리: ReportService2005(ReportService2005.dll)
구문
‘선언
Public Function ListSubscriptionsUsingDataSource ( _
DataSource As String _
) As Subscription()
‘사용 방법
Dim instance As ReportingService2005
Dim DataSource As String
Dim returnValue As Subscription()
returnValue = instance.ListSubscriptionsUsingDataSource(DataSource)
public Subscription[] ListSubscriptionsUsingDataSource(
string DataSource
)
public:
array<Subscription^>^ ListSubscriptionsUsingDataSource(
String^ DataSource
)
member ListSubscriptionsUsingDataSource :
DataSource:string -> Subscription[]
public function ListSubscriptionsUsingDataSource(
DataSource : String
) : Subscription[]
매개 변수
- DataSource
유형: System.String
The full path name of the data source.
반환 값
유형: array<ReportService2005.Subscription[]
An array of Subscription objects that represents\ the subscriptions that are associated with a given data source.
주의
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
This method only returns subscriptions for reports to which the user has ReadProperties and ReadAnySubscription permissions.