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

SaveQueryEventArgs.SelectStatement Property

Provides access to the SELECT statement of a query.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public string SelectStatement { get; }

Property Value

Type Description
String

A String value, specifying the SELECT statement.

See Also