Back to Devexpress

ReportDesignerDocument.PreviewReport Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesignerdocument-6cd287b6.md

latest1.9 KB
Original Source

ReportDesignerDocument.PreviewReport Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public IReport PreviewReport { get; }
vb
Public ReadOnly Property PreviewReport As IReport

Property Value

TypeDescription
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

Preview

Document Preview

ReportDesignerDocument Class

ReportDesignerDocument Members

DevExpress.Xpf.Reports.UserDesigner Namespace