Skip to main content
All docs
V18.2

ASPxClientReportDesigner.ReportStorageGetUrls() Method

Returns the report URLs and display names existing in a report storage.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public JQueryPromise<object> ReportStorageGetUrls()

Returns

Type Description
JQueryPromise<Object>

A Deferred Promise object.

Remarks

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

See Also