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

TruncatedControlScripts(XRControl) Constructor

Initializes a new instance of the TruncatedControlScripts class with the specified control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public TruncatedControlScripts(
    XRControl control
)

Parameters

Name Type Description
control XRControl

An XRControl object.

See Also