DataRetrievalPlan.DataSet Property

Definition

Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription.

public:
 property ReportService2005::DataSetDefinition ^ DataSet { ReportService2005::DataSetDefinition ^ get(); void set(ReportService2005::DataSetDefinition ^ value); };
public ReportService2005.DataSetDefinition DataSet { get; set; }
member this.DataSet : ReportService2005.DataSetDefinition with get, set
Public Property DataSet As DataSetDefinition

Property Value

A DataSetDefinition object that contains the delivery query that is executed against the data source in a data-driven subscription.

Applies to