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

RestoreReportDocumentFromCacheEventArgs Class

Provides data for the ReportViewer.RestoreReportDocumentFromCache event.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class RestoreReportDocumentFromCacheEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
RestoreReportDocumentFromCacheEventArgs
See Also