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

IReportContainer.Report Property

Gets the report markup.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.1.dll

Declaration

XtraReport Report { get; }

Property Value

Type Description
XtraReport

An XtraReport object that specifies the report markup.

Remarks

An example of using this property is provided in the How to: Print a Report Without Displaying a Preview topic.

See Also