Skip to main content
All docs
V18.2

ASPxClientReportDesigner.SaveNewReport(String) Method

Saves the current report under a new name.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public JQueryPromise<object> SaveNewReport(
    string reportName
)

Parameters

Name Type Description
reportName String

A string that specifies the report name.

Returns

Type Description
JQueryPromise<Object>

A Deferred Promise object.

Remarks

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

See Also