DataSetDefinition.Query Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the QueryDefinition object required to retrieve data from the data source.
public:
property ReportService2006::QueryDefinition ^ Query { ReportService2006::QueryDefinition ^ get(); void set(ReportService2006::QueryDefinition ^ value); };
public ReportService2006.QueryDefinition Query { get; set; }
member this.Query : ReportService2006.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.