ReportingService2005.GetDataDrivenSubscriptionProperties Method
Returns the properties of a data-driven subscription.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Function GetDataDrivenSubscriptionProperties ( _
DataDrivenSubscriptionID As String, _
<OutAttribute> ByRef ExtensionSettings As ExtensionSettings, _
<OutAttribute> ByRef DataRetrievalPlan As DataRetrievalPlan, _
<OutAttribute> ByRef Description As String, _
<OutAttribute> ByRef Active As ActiveState, _
<OutAttribute> ByRef Status As String, _
<OutAttribute> ByRef EventType As String, _
<OutAttribute> ByRef MatchData As String, _
<OutAttribute> ByRef Parameters As ParameterValueOrFieldReference() _
) As String
'Usage
Dim instance As ReportingService2005
Dim DataDrivenSubscriptionID As String
Dim ExtensionSettings As ExtensionSettings
Dim DataRetrievalPlan As DataRetrievalPlan
Dim Description As String
Dim Active As ActiveState
Dim Status As String
Dim EventType As String
Dim MatchData As String
Dim Parameters As ParameterValueOrFieldReference()
Dim returnValue As String
returnValue = instance.GetDataDrivenSubscriptionProperties(DataDrivenSubscriptionID, _
ExtensionSettings, DataRetrievalPlan, _
Description, Active, Status, EventType, _
MatchData, Parameters)
public string GetDataDrivenSubscriptionProperties(
string DataDrivenSubscriptionID,
out ExtensionSettings ExtensionSettings,
out DataRetrievalPlan DataRetrievalPlan,
out string Description,
out ActiveState Active,
out string Status,
out string EventType,
out string MatchData,
out ParameterValueOrFieldReference[] Parameters
)
public:
String^ GetDataDrivenSubscriptionProperties(
String^ DataDrivenSubscriptionID,
[OutAttribute] ExtensionSettings^% ExtensionSettings,
[OutAttribute] DataRetrievalPlan^% DataRetrievalPlan,
[OutAttribute] String^% Description,
[OutAttribute] ActiveState^% Active,
[OutAttribute] String^% Status,
[OutAttribute] String^% EventType,
[OutAttribute] String^% MatchData,
[OutAttribute] array<ParameterValueOrFieldReference^>^% Parameters
)
member GetDataDrivenSubscriptionProperties :
DataDrivenSubscriptionID:string *
ExtensionSettings:ExtensionSettings byref *
DataRetrievalPlan:DataRetrievalPlan byref *
Description:string byref *
Active:ActiveState byref *
Status:string byref *
EventType:string byref *
MatchData:string byref *
Parameters:ParameterValueOrFieldReference[] byref -> string
public function GetDataDrivenSubscriptionProperties(
DataDrivenSubscriptionID : String,
ExtensionSettings : ExtensionSettings,
DataRetrievalPlan : DataRetrievalPlan,
Description : String,
Active : ActiveState,
Status : String,
EventType : String,
MatchData : String,
Parameters : ParameterValueOrFieldReference[]
) : String
Parameters
- DataDrivenSubscriptionID
Type: System.String
The ID of the data-driven subscription.
- ExtensionSettings
Type: ReportService2005.ExtensionSettings%
[out] An ExtensionSettings object that contains a list of settings that are specific to the delivery extension.
- DataRetrievalPlan
Type: ReportService2005.DataRetrievalPlan%
[out] A DataRetrievalPlan object that contains a list of settings that are required to retrieve data from the delivery query for the subscription.
- Description
Type: System.String%
[out] A meaningful description that is displayed to users.
- Active
Type: ReportService2005.ActiveState%
[out] An ActiveState object that contains the active state of the subscription.
- Status
Type: System.String%
[out] The status of the subscription.
- EventType
Type: System.String%
[out] The type of event that triggers the subscription.
- MatchData
Type: System.String%
[out] The data that is associated with the specified type of event. This parameter is used by an event to match the subscription with an event that has fired.
- Parameters
Type: array<ReportService2005.ParameterValueOrFieldReference[]%
[out] An array of ParameterValue objects that contains a list of parameters for the report.
Return Value
Type: System.String
A String value containing the user ID of the owner of the data-driven subscription.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |