ReportStorageBase.GetReportDataObjectHandleFromUrl(String) Method
In This Article
Removes the ReportsStorage.NewStorageUrlPrefix prefix from the specified handle.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
#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