DataRetrievalPlan Class

Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.

Inheritance Hierarchy

System.Object
  ReportService2006.DataRetrievalPlan

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataRetrievalPlan
'Usage
Dim instance As DataRetrievalPlan
[SerializableAttribute]
public class DataRetrievalPlan
[SerializableAttribute]
public ref class DataRetrievalPlan
[<SerializableAttribute>]
type DataRetrievalPlan =  class end
public class DataRetrievalPlan

The DataRetrievalPlan type exposes the following members.

Constructors

  Name Description
Public method DataRetrievalPlan Initializes a new instance of the DataRetrievalPlan class.

Top

Properties

  Name Description
Public property DataSet Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription.
Public property Item Gets or sets the data source (DataSourceDefinitionOrReference object) from which data is retrieved.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

A DataRetrievalPlan object is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference[]) and SetDataDrivenSubscriptionProperties(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference[]) methods.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference