DataSetDefinition.Query Property

Definition

Gets or sets the QueryDefinition object required to retrieve data from the data source.

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

Property Value

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

Applies to