Skip to main content

CacheReportDocumentEventArgs Class

Provides data for the ReportViewer.CacheReportDocument event.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class CacheReportDocumentEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
CacheReportDocumentEventArgs
See Also