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

TruncatedControlScripts Class

Contains the names of the scripts for certain report controls.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public abstract class TruncatedControlScripts :
    XRControlScripts

Remarks

The TruncatedControlScripts class is intended to hide script names which are available for most report controls, but not applicable to others (e.g., the XRSubreport or XRPageBreak controls).

For more information on scripting, see Scripting Overview.

Implements

See Also