Back to Devexpress

XtraReportBase.Scripts Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareportbase-9d521402.md

latest1.6 KB
Original Source

XtraReportBase.Scripts Property

Provides access to the report’s scripts.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public XtraReportBaseScripts Scripts { get; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property Scripts As XtraReportBaseScripts

Property Value

TypeDescription
XtraReportBaseScripts

An XtraReportBaseScripts object.

|

Remarks

To learn more, see Scripting Overview.

See Also

Scripts Overview

XtraReportBase Class

XtraReportBase Members

DevExpress.XtraReports.UI Namespace