Skip to main content
All docs
V18.2

ASPxClientReportDesigner.SaveReport() Method

Saves the current report.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public JQueryPromise<object> SaveReport()

Returns

Type Description
JQueryPromise<Object>

A Deferred Promise object.

Remarks

This method internally calls the ASPxClientReportDesigner.ReportStorageSetData method to save the current report to a server-side report storage.

See Also