CachedReportSourceWeb.Report Property
In This Article
Specifies the report for which a document is generated.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public XtraReport Report { get; }
#Property Value
Type | Description |
---|---|
Xtra |
The report for which a document is generated. |
#Remarks
Note
The Cached
See Also