[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfig.-ctor

CustomDesignerConfig Constructor

CustomDesignerConfig(string, Type, string, IDictionary<string, ExpressionInfo>, bool)

Initializes a new instance of the CustomDesignerConfig class.

Declaration
public CustomDesignerConfig(string reportItemTypeName, Type designerType, string bitmapResource, IDictionary<string, ExpressionInfo> styleDefaults = null, bool toolboxVisible = true)
Parameters
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.