Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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