Skip to main content

ReportStorageExtension.GetNewUrl() Method

Returns a unique URL for a report being restored from a Report Storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public virtual string GetNewUrl()

Returns

Type Description
String

A String value, specifying the URL.

Remarks

For a code example, see Custom Report Storage.

See Also