Back to Devexpress

SyntaxEditor.EnableCodeCompletion Property

xtrareports-devexpress-dot-xtrareports-dot-design-dot-syntaxeditor.md

latest2.0 KB
Original Source

SyntaxEditor.EnableCodeCompletion Property

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

Namespace : DevExpress.XtraReports.Design

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public static bool EnableCodeCompletion { get; set; }
vb
Public Shared Property EnableCodeCompletion As Boolean

Property Value

TypeDescription
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

Scripts Overview

SyntaxEditor Class

SyntaxEditor Members

DevExpress.XtraReports.Design Namespace