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

ReportStorageBase.GetNewUrl() Method

Returns a unique handle for a report being restored from the Report Storage.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public virtual string GetNewUrl()

Returns

Type Description
String

A String value, specifying the handle.

Implements

See Also