Skip to main content
All docs
V18.2

ASPxClientQueryBuilder.Save() Method

Saves the current query.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void Save()

Remarks

When the Save method is called on the client side, the server-side ASPxQueryBuilder.SaveQuery event occurs allowing you to obtain the resulting query as a SQL query string or a TableQuery object.

Calling the Save method has the same effect as clicking the Save command on the Query Builder toolbar.

See Also