Back to Devexpress

XtraReport.ShowUserFriendlyNamesInUserDesigner Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-89132c10.md

latest2.7 KB
Original Source

XtraReport.ShowUserFriendlyNamesInUserDesigner Property

OBSOLETE

Use the ShowUserFriendlyNamesInUserDesigner property instead.

Gets or sets a value indicating whether all property names and their values should be displayed in the user-friendly format in the Properties window and smart tags of the End-User Designer.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Obsolete("Use the DevExpress.XtraReports.Configuration.Settings.ShowUserFriendlyNamesInUserDesigner property instead.")]
public static bool ShowUserFriendlyNamesInUserDesigner { get; set; }
vb
<Obsolete("Use the DevExpress.XtraReports.Configuration.Settings.ShowUserFriendlyNamesInUserDesigner property instead.")>
Public Shared Property ShowUserFriendlyNamesInUserDesigner As Boolean

Property Value

TypeDescription
Boolean

true to display user-friendly names; otherwise, false.

|

Remarks

This property is static, and so changing its value will affect all End-User Designer forms running in the same application.

Note

Note that if you instantiate a report, previously saved to a REPX file, using the XtraReport.LoadLayout or XtraReport.FromFile, you need to set the ShowUserFriendlyNamesInUserDesigner property’s value prior to calling these methods. This is required for XtraReports to correctly support displaying user-friendly names for this report in the End-User Designer.

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace