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

ReportViewerSettings.RestoreReportDocumentFromCache Property

Occurs when a Document Viewer requires a report for display, and it’s possible to restore an existing report document from the cache.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public RestoreReportDocumentFromCacheEventHandler RestoreReportDocumentFromCache { get; set; }

Property Value

Type Description
RestoreReportDocumentFromCacheEventHandler

A RestoreReportDocumentFromCacheEventHandler delegate that will handle the RestoreReportDocumentFromCache event.

Property Paths

You can access this nested property as listed below:

Object Type Path to RestoreReportDocumentFromCache
ReportViewerExtension
.Settings.RestoreReportDocumentFromCache
See Also