ReportingService2005.GetDataDrivenSubscriptionProperties Method

Definition

Returns the properties of a data-driven subscription.

public:
 System::String ^ GetDataDrivenSubscriptionProperties(System::String ^ DataDrivenSubscriptionID, [Runtime::InteropServices::Out] ReportService2005::ExtensionSettings ^ % ExtensionSettings, [Runtime::InteropServices::Out] ReportService2005::DataRetrievalPlan ^ % DataRetrievalPlan, [Runtime::InteropServices::Out] System::String ^ % Description, [Runtime::InteropServices::Out] ReportService2005::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 <ReportService2005::ParameterValueOrFieldReference ^> ^ % Parameters);
public string GetDataDrivenSubscriptionProperties (string DataDrivenSubscriptionID, out ReportService2005.ExtensionSettings ExtensionSettings, out ReportService2005.DataRetrievalPlan DataRetrievalPlan, out string Description, out ReportService2005.ActiveState Active, out string Status, out string EventType, out string MatchData, out ReportService2005.ParameterValueOrFieldReference[] Parameters);
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.

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.

Remarks

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

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ReadAnySubscription

Applies to

See also