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
Property Value
| Type | Description |
|---|---|
| ReportScriptSettings | A |
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