Skip to main content
A newer version of this page is available. .

CacheReportDocumentEventArgs(XtraReport) Constructor

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

Namespace: DevExpress.XtraReports.Web

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

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