Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v20.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