Skip to main content
All docs
V18.2

ASPxClientReportDesigner.ReportStorageSetNewData(String, String) Method

Stores the specified report to a report storage using a new URL.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public JQueryPromise<object> ReportStorageSetNewData(
    string reportLayout,
    string url
)

Parameters

Name Type Description
reportLayout String

A string that specifies the report layout to be saved.

url String

A string that specifies the default report URL.

Returns

Type Description
JQueryPromise<Object>

A Deferred Promise object.

Remarks

This method internally calls the ReportStorageWebExtension.SetNewData method of a server-side report storage.

See Also