Skip to main content
A newer version of this page is available. .

XtraReportModel.Queries Property

Provides access to the collection of SQL queries displayed in the Data Source Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public List<CheckItem<SqlQuery>> Queries { get; }

Property Value

Type Description
List<CheckItem<SqlQuery>>

A collection of CheckItem<T> values, specifying the selected SqlQuery objects.

Implements

See Also