RestoreReportDocumentFromCacheEventArgs Class
Provides data for the ReportViewer.RestoreReportDocumentFromCache event.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
The RestoreReportDocumentFromCacheEventArgs class introduces the RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromFile and RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromStream methods, which allow you to restore a report document from your specific cache. Also, the CacheReportDocumentEventArgs.Key contains a unique key, which should be used when restoring a report document from cache.
Note, that RestoreReportDocumentFromCacheEventArgs objects are automatically created, initialized and passed to corresponding event handlers.