Skip to main content
.NET 6.0+

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

Declaration

public static bool UseNewWizard { get; set; }

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.

NeReportWizard

An example of using the UseNewWizard property is provided in the How to: Enable High DPI Support in a WinForms Application topic.

See Also