ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / ToolboxItemConfig Class / ToolboxItemConfig Constructor

In This Topic
    ToolboxItemConfig Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportItemDesignerType As String, _
       ByVal bitmapResource As String, _
       ByVal clearItems As Boolean _
    )
    public ToolboxItemConfig( 
       string reportItemDesignerType,
       string bitmapResource,
       bool clearItems
    )

    Parameters

    reportItemDesignerType
    bitmapResource
    clearItems
    See Also