WinReportServiceController.UseNewWizard Property
Specifies, if the Report Wizard with enhanced skins support and optimized for high DPI displays is used.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Win
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the Report Wizard with enhanced skins support and optimized for high DPI displays is used; otherwise, false. |
Remarks
The following image demonstrates the Report Wizard when the UseNewWizard property is set to true.
An example of using the UseNewWizard property is provided in the How to: Enable High DPI Support in a WinForms Application topic.
See Also