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

DocumentViewerSettings.RestoreReportDocumentFromCache Property

Occurs when an 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.

See Also