ReportStorageBase.GetReportDataObjectHandleFromUrl(String) Method
Removes the ReportsStorage.NewStorageUrlPrefix prefix from the specified handle.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.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