CacheReportDocumentEventArgs Class
Provides data for the ReportViewer.CacheReportDocument event.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
The CacheReportDocumentEventArgs class introduces the CacheReportDocumentEventArgs.SaveDocumentToFile and CacheReportDocumentEventArgs.SaveDocumentToMemoryStream methods, which allow you to store a report document to your specific cache. Also, the CacheReportDocumentEventArgs.Key contains a unique key, which should be used when caching a report document.
Note, that CacheReportDocumentEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
See Also