[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IDataSet.Query

Query Property

Query

Gets or sets a query information for the dataset.

Declaration
Query Query { get; set; }
Property Value
Type Description
Query

A Query object including connection details, query text, and other relevant information for retrieving data.

Remarks

This property must be set to fetch data from the data source.