ReportDesigner.RegisterControl Method
Name | Parameters | Description |
---|---|---|
RegisterControl<T>() static | none | Registers a custom control in the Report Designer and adds it to the Toolbox. |
RegisterControl<T>(Func<XRDiagramItem>, ImageSource, Func<XRDiagramControl, Size>) static | createItem, icon, getDefaultSizeFunc | Registers a custom control in the Report Designer and adds it to the Toolbox. |
RegisterControl<T>(ImageSource) static | icon | Registers a custom control with a specified icon in the Report Designer and adds it to the Toolbox. |