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.v23.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
lookAndFeel | UserLookAndFeel | A UserLookAndFeel object. |
owner | IWin32Window | An object implementing the IWin32Window interface. |
See Also