ASPxDesignerControlsFactory.registerControl(String, ASPxDesignerToolboxItem) Method
Registers the specified control in the Toolbox of the Web Report Designer.
Namespace: DevExpress.XtraReports.Web.Scripts
Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll
Declaration
public void registerControl(
string typeName,
ASPxDesignerToolboxItem metadata
)
Public Sub registerControl(
typeName As String,
metadata As ASPxDesignerToolboxItem
)
Parameters
Name | Type | Description |
---|---|---|
typeName | String | A string that specifies the name of a custom control. |
metadata | ASPxDesignerToolboxItem | An ASPxDesignerToolboxItem object that provides information about a toolbox item. |
Remarks
For a step-by-step tutorial on how to add a custom control, see Register a Custom Control in the Report Designer Toolbox.
See Also
Feedback