Skip to main content

XtraReportPreviewModel.Report Property

Specifies the report assigned to the model.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IReport Report { get; set; }

Property Value

Type Description
IReport

An object implementing the IReport interface (typically, the XtraReport class instance).

Remarks

Note that you should call the XtraReport.CreateDocument method only after the report is assigned to a model.

See Also