ReportDesignerDocument.PreviewReport Property
In This Article
Provides access to a report displayed in the print preview of the current designer document. This is a dependency property.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
#Property Value
Type | Description |
---|---|
IReport | An object implementing the IReport interface. |
#Remarks
The PreviewReport property returns the report displayed in the print preview. Use the ReportDesignerDocument.Preview property to customize settings of the report’s print preview.
See Also