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.v21.2.dll

NuGet Package: DevExpress.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