A newer version of this page is available.
Switch to the current version.
XtraReportBase.Scripts Property
Provides access to the report's scripts.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatBehavior)]
public XtraReportBaseScripts Scripts { get; }
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property Scripts As XtraReportBaseScripts
Property Value
Type | Description |
---|---|
XtraReportBaseScripts | An XtraReportBaseScripts object. |
Remarks
To learn more, see Scripting Overview.
See Also
Feedback