Skip to main content

XtraReportModel.Queries Property

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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.

See Also