[]
Initializes a new instance of the CustomDesignerConfig class.
public CustomDesignerConfig(string reportItemTypeName, Type designerType, string bitmapResource, IDictionary<string, ExpressionInfo> styleDefaults = null, bool toolboxVisible = true)
| Type | Name | Description |
|---|---|---|
| string | reportItemTypeName | The report item type name. |
| Type | designerType | The designer type. |
| string | bitmapResource | The bitmap resource name. |
| IDictionary<string, ExpressionInfo> | styleDefaults | Optional default style settings. |
| bool | toolboxVisible | Whether the item is visible in the toolbox. |