ASPxQueryBuilder.SaveQuery Event
Occurs when a query is being saved.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Event Data
The SaveQuery event's data class is SaveQueryEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
ResultQuery | Provides access to the resulting query. |
SelectStatement | Provides access to the SELECT statement of a query. |
See Also