Skip to main content

SyntaxEditor.EnableCodeCompletion Property

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

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v23.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