Back to Devexpress

XtraReportPreviewModel.Report Property

wpf-devexpress-dot-xpf-dot-printing-dot-xtrareportpreviewmodel.md

latest1.6 KB
Original Source

XtraReportPreviewModel.Report Property

Specifies the report assigned to the model.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public IReport Report { get; set; }
vb
Public Property Report As IReport

Property Value

TypeDescription
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

Print Reports in WPF

WPF Reporting Document Preview

XtraReportPreviewModel Class

XtraReportPreviewModel Members

DevExpress.Xpf.Printing Namespace