Skip to main content

CacheReportDocumentEventArgs(XtraReport) Constructor

Initializes a new instance of the CacheReportDocumentEventArgs class with the specified report.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public CacheReportDocumentEventArgs(
    XtraReport report
)

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