Skip to main content

CachedReportSourceWeb(XtraReport) Constructor

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public CachedReportSourceWeb(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

The report to be displayed.

See Also