ReportStorageExtension.GetNewUrl() Method
Returns a unique URL for a report being restored from a Report Storage.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Returns
Type | Description |
---|---|
String | A String value, specifying the URL. |
Remarks
For a code example, see Custom Report Storage.
See Also