Back to Devexpress

XtraReportScripts Class

xtrareports-devexpress-dot-xtrareports-dot-ui-ca2d07df.md

latest2.4 KB
Original Source

XtraReportScripts Class

Contains names of the scripts for an XtraReport object.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XtraReportScripts :
    XtraReportBaseScripts
vb
Public Class XtraReportScripts
    Inherits XtraReportBaseScripts

The following members return XtraReportScripts objects:

Remarks

The XtraReportScripts class represents the scripts used for the XtraReport object only. Note that the scripts used to implement scripting for report itself, its bands and other controls are specified by the properties of the XRControlEvents class and its derived classes.

For more information on scripting, refer to Scripting Overview.

Inheritance

Object XRScriptsBase XRControlEvents XRControlScripts TruncatedControlScripts BandScripts XtraReportBaseScripts XtraReportScripts

See Also

XtraReportScripts Members

Scripts Overview

DevExpress.XtraReports.UI Namespace