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

XtraReportWizardRunner(UserLookAndFeel, IWin32Window) Constructor

Initializes a new instance of the XtraReportWizardRunner<TModel, TClient> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards3

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public XtraReportWizardRunner(
    UserLookAndFeel lookAndFeel,
    IWin32Window owner
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

A UserLookAndFeel object.

owner IWin32Window

An object implementing the IWin32Window interface.

See Also