Skip to main content

CachedReportSourceWeb(XtraReport, DocumentStorage) Constructor

Creates the CachedReportSourceWeb class’ instance and specifies for which report to generate a document and in which storage to store the generated document.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public CachedReportSourceWeb(
    XtraReport report,
    DocumentStorage storage
)

Parameters

Name Type Description
report XtraReport

The report to be displayed.

storage DocumentStorage

The storage used for caching the document that is generated from the specified report.

Remarks

It is recommended that you use the CachedReportSourceWeb(XtraReport) constructor instead and specify a document storage using your IDocumentStorageProvider object.

See Also