Skip to main content

XRCharacterCombScripts(XRControl) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRCharacterCombScripts(
    XRControl control
)

Parameters

Name Type Description
control XRControl

An XRControl

See Also