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

XRLineScripts Class

Contains names of the scripts for an XRLine control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRLineScripts :
    XRControlScripts

Remarks

The XRLineScripts class represents the scripts used for the XRLine control 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.

Implements

See Also