Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PromptBoolean Enum

Lists values that specify whether and how to convert legacy reports to the new binding mode when opening them in the End-User Report Designer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public enum PromptBoolean

#Members

Name Description
False

Legacy reports are not converted to use expression bindings.

True

Legacy reports are automatically converted to use expression bindings.

Prompt

Users are prompted to convert legacy reports to use expression bindings.

#Related API Members

The following properties accept/return PromptBoolean values:

#Remarks

A PromptBoolean enumeration value is returned by the UserDesignerOptions.ConvertBindingsToExpressions property.

See Also