Skip to main content

XtraReportPreviewModel(IReport) Constructor

Initializes a new instance of the XtraReportPreviewModel class with the specified report.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public XtraReportPreviewModel(
    IReport report
)

Parameters

Name Type Description
report IReport

An object implementing the IReport interface (typically, the XtraReport class instance).

See Also