xtrareports-devexpress-dot-xtrareports-bc08b4d0.md
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.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum ScriptLanguage
Public Enum ScriptLanguage
| 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.
|
The following properties accept/return ScriptLanguage values:
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