DataRetrievalPlan Class
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
Assembly: ReportService2005 (in ReportService2005.dll)
| Name | Description | |
|---|---|---|
![]() | DataRetrievalPlan() | Initializes a new instance of the DataRetrievalPlan class. |
| Name | Description | |
|---|---|---|
![]() | DataSet | Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription. |
![]() | Item | Gets or sets the data source (DataSourceDefinitionOrReference object) from which data is retrieved. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A DataRetrievalPlan object is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription and SetDataDrivenSubscriptionProperties methods.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


