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 ReportService2010::DataSetDefinition ^ DataSet { ReportService2010::DataSetDefinition ^ get(); void set(ReportService2010::DataSetDefinition ^ value); };
public ReportService2010.DataSetDefinition DataSet { get; set; }
member this.DataSet : ReportService2010.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