Skip to main content

ReportContainer.Report Property

Gets the report markup.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v25.2.dll

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public XtraReport Report { get; }

Property Value

Type Description
XtraReport

A XtraReport object that specifies the report markup.

Implements

See Also