ReportingService2010.GetDataDrivenSubscriptionProperties Method
SQL Server 2012
Returns the properties of a data-driven subscription.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataDrivenSubscriptionProperties", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] 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
Parameters
- DataDrivenSubscriptionID
- Type: System.String
The ID of the data-driven subscription, returned by the CreateDataDrivenSubscription method.
- ExtensionSettings
- Type: ReportService2010.ExtensionSettings
[out] An ExtensionSettings object that contains a list of settings that are specific to the delivery extension.
- DataRetrievalPlan
- Type: ReportService2010.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: ReportService2010.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: ReportService2010.ParameterValueOrFieldReference[]
[out] An array of ParameterValue objects that contains a list of parameters for the report.
Return Value
Type: System.StringA String value containing the user ID of the owner of the data-driven subscription.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
