Skip to main content
A newer version of this page is available. .

ScriptLanguage Enum

Specifies the scripting language in which all the scripts in this XtraReport object are written. All the scripts in a report object have to be in the same language.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public enum ScriptLanguage

Members

Name Description
CSharp

The C# programming language will be used in the current report’s scripts.

VisualBasic

The Visual Basic .NET programming language will be used in the current report’s scripts.

JScript

The Java Script programming language will be used in the current report’s scripts.

Remarks

This enumeration’s values are set or returned by the XtraReport.ScriptLanguage property. To learn more about using scripts in reports, see the Using Report Scripts topic.

See Also