Skip to main content

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.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.

See Also