Skip to main content
A newer version of this page is available.

ReportsStorage.GetReportDataObjectHandleFromUrl(String) Method

Removes the ReportsStorage.NewStorageUrlPrefix prefix from the specified handle.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public virtual string GetReportDataObjectHandleFromUrl(
    string url
)

Parameters

Name Type Description
url String

A String specifying a new report handle.

Returns

Type Description
String

A String specifying an existing report handle.

See Also