Skip to main content
All docs
V23.2
.NET 6.0+

ReportStorageBase.GetReportDataObjectHandleFromUrl(String) Method

Removes the ReportsStorage.NewStorageUrlPrefix prefix from the specified handle.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.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