Skip to main content
A newer version of this page is available. .

IScriptable.Scripts Property

Provides access to a collection of script events available for a report control.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

XRScriptsBase Scripts { get; }

Property Value

Type Description
XRScriptsBase

An XRScriptsBase descendant.

See Also