Back to Devexpress

XRLineScripts Class

xtrareports-devexpress-dot-xtrareports-dot-ui-60b8b532.md

latest2.1 KB
Original Source

XRLineScripts Class

Contains names of the scripts for an XRLine control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XRLineScripts :
    XRControlScripts
vb
Public Class XRLineScripts
    Inherits XRControlScripts

The following members return XRLineScripts objects:

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.

Inheritance

Object XRScriptsBase XRControlEvents XRControlScripts XRLineScripts

See Also

XRLineScripts Members

Scripts Overview

DevExpress.XtraReports.UI Namespace