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

SyntaxEditor.EnableCodeCompletion Property

Specifies whether the Report Designer’s Script Editor supports intelligent code completion.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v24.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

#Declaration

public static bool EnableCodeCompletion { get; set; }

#Property Value

Type Description
Boolean

true, to enable intelligent code completion; otherwise, false.

#Remarks

In the Visual Studio Report Designer, intelligent code completion always requires connection to the Internet and supports only .NET Framework and DevExpress libraries deployed with the application.

For End-User Report Designers, you can either connect your machine to the Internet or register the local code completion engine (it also supports types defined in custom assemblies).

See the Scripts Overview topic for more information.

See Also