XtraReportPreviewModel.Report Property
In This Article
Specifies the report assigned to the model.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Property Value
Type | Description |
---|---|
IReport | An object implementing the IReport interface (typically, the Xtra |
#Remarks
Note that you should call the XtraReport.CreateDocument method only after the report is assigned to a model.
See Also