Skip to main content
A newer version of this page is available. .

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

Declaration

public IReport PreviewReport { get; }

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