Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.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.

#Related API Members

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