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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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.