Back to Devexpress

CachedReportSourceWeb.Report Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-cachedreportsourceweb.md

latest1.3 KB
Original Source

CachedReportSourceWeb.Report Property

Specifies the report for which a document is generated.

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public XtraReport Report { get; }
vb
Public ReadOnly Property Report As XtraReport

Property Value

TypeDescription
XtraReport

The report for which a document is generated.

|

Remarks

Note

The CachedReportSourceWeb component cannot be associated with reports that include a PrintableComponentContainer.

See Also

CachedReportSourceWeb Class

CachedReportSourceWeb Members

DevExpress.XtraReports.Web Namespace