ReportingService2010.GetDataDrivenSubscriptionProperties Method

Definition

Returns the properties of a data-driven subscription.

public:
 System::String ^ GetDataDrivenSubscriptionProperties(System::String ^ DataDrivenSubscriptionID, [Runtime::InteropServices::Out] ReportService2010::ExtensionSettings ^ % ExtensionSettings, [Runtime::InteropServices::Out] ReportService2010::DataRetrievalPlan ^ % DataRetrievalPlan, [Runtime::InteropServices::Out] System::String ^ % Description, [Runtime::InteropServices::Out] ReportService2010::ActiveState ^ % Active, [Runtime::InteropServices::Out] System::String ^ % Status, [Runtime::InteropServices::Out] System::String ^ % EventType, [Runtime::InteropServices::Out] System::String ^ % MatchData, [Runtime::InteropServices::Out] cli::array <ReportService2010::ParameterValueOrFieldReference ^> ^ % Parameters);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataDrivenSubscriptionProperties", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public string GetDataDrivenSubscriptionProperties (string DataDrivenSubscriptionID, out ReportService2010.ExtensionSettings ExtensionSettings, out ReportService2010.DataRetrievalPlan DataRetrievalPlan, out string Description, out ReportService2010.ActiveState Active, out string Status, out string EventType, out string MatchData, out ReportService2010.ParameterValueOrFieldReference[] Parameters);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataDrivenSubscriptionProperties", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
member this.GetDataDrivenSubscriptionProperties : string * ExtensionSettings * DataRetrievalPlan * string * ActiveState * string * string * string * ParameterValueOrFieldReference[] -> string
Public Function GetDataDrivenSubscriptionProperties (DataDrivenSubscriptionID As String, ByRef ExtensionSettings As ExtensionSettings, ByRef DataRetrievalPlan As DataRetrievalPlan, ByRef Description As String, ByRef Active As ActiveState, ByRef Status As String, ByRef EventType As String, ByRef MatchData As String, ByRef Parameters As ParameterValueOrFieldReference()) As String

Parameters

DataDrivenSubscriptionID
String

The ID of the data-driven subscription, returned by the CreateDataDrivenSubscription(String, ExtensionSettings, DataRetrievalPlan, String, String, String, ParameterValueOrFieldReference[]) method.

ExtensionSettings
ExtensionSettings

[out] An ExtensionSettings object that contains a list of settings that are specific to the delivery extension.

DataRetrievalPlan
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
String

[out] A meaningful description that is displayed to users.

Active
ActiveState

[out] An ActiveState object that contains the active state of the subscription.

Status
String

[out] The status of the subscription.

EventType
String

[out] The type of event that triggers the subscription.

MatchData
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
ParameterValueOrFieldReference[]

[out] An array of ParameterValue objects that contains a list of parameters for the report.

Returns

A String value containing the user ID of the owner of the data-driven subscription.

Attributes

Remarks

The table below shows header and permissions information on this operation.

SOAP Header Usage (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Native Mode Required Permissions ReadAnySubscription
SharePoint Mode Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.ManageAlerts>

Applies to

See also