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

XtraReportBase.Scripts Property

Provides access to the report’s scripts.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public XtraReportBaseScripts Scripts { get; }

Property Value

Type Description
XtraReportBaseScripts

An XtraReportBaseScripts object.

Remarks

To learn more, see Scripting Overview.

See Also