Skip to main content
A newer version of this page is available. .

RestoreReportDocumentFromCacheEventArgs.Key Property

Gets a string value, which represents a unique key used when retrieving a report document from the cache.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public string Key { get; }

Property Value

Type Description
String

A String value which represents a unique key.

Remarks

To restore a report document from the cache using a unique key, the RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromFile and RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromStream methods should be used.

See Also