DataSetDefinition.Query Property

Definition

The QueryDefinition object required to retrieve data from the data source.

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

Property Value

A QueryDefinition object containing the query used to retrieve data from the data source.

Applies to