Skip to main content
All docs
V25.2
  • ReportSettingsBase.ScriptSettings Property

    Provides access to script-related report settings.

    Namespace: DevExpress.XtraReports.UserDesigner

    Assembly: DevExpress.XtraReports.v25.2.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public ReportScriptSettings ScriptSettings { get; }

    Property Value

    Type Description
    ReportScriptSettings

    A ReportScriptSettings object that contains script-related report settings.

    Remarks

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

    See Also