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

XRPictureboxScripts(XRControl) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public XRPictureboxScripts(
    XRControl control
)

Parameters

Name Type Description
control XRControl

An XRControl object.

See Also