Skip to main content
All docs
V18.2

ASPxClientReportDesigner.ReportStorageGetData(String) Method

Returns the report layout stored in a report storage under the specified URL.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public JQueryPromise<object> ReportStorageGetData(
    string url
)

Parameters

Name Type Description
url String

A string that specifies the report URL.

Returns

Type Description
JQueryPromise<Object>

A Deferred Promise object.

Remarks

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

See Also