Skip to main content

SaveQueryEventArgs.SelectStatement Property

Provides access to the SELECT statement of a query.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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