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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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