Back to Devexpress

ScriptLanguage Enum

xtrareports-devexpress-dot-xtrareports-bc08b4d0.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum ScriptLanguage
vb
Public Enum ScriptLanguage

Members

NameDescription
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:

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

Use Report Scripts

DevExpress.XtraReports Namespace