Skip to main content
All docs
V25.2
  • ReportScriptSettings.Language Property

    Specifies the programming language used in report scripts.

    Namespace: DevExpress.XtraReports.UserDesigner

    Assembly: DevExpress.XtraReports.v25.2.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue(ScriptLanguage.CSharp)]
    public ScriptLanguage Language { get; set; }

    Property Value

    Type Default Description
    ScriptLanguage CSharp

    The programming language used in report scripts.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Language
    ReportSettingsBase
    .ScriptSettings .Language

    Remarks

    This setting applies to new reports created in the Report Designer.

    Scripts settings are initially hidden in the Report Designer UI. To activate report scripts and display the Script Language option, allow script execution at application startup. Review the following help topic for more information: Scripts - Security Considerations.

    See Also