CacheReportDocumentEventArgs(XtraReport) Constructor
Initializes a new instance of the CacheReportDocumentEventArgs class with the specified report.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | An XtraReport object which represents a report to be cached. This object can be saved via the CacheReportDocumentEventArgs.SaveDocumentToFile and CacheReportDocumentEventArgs.SaveDocumentToMemoryStream methods. |
Remarks
Instances of the CacheReportDocumentEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also