[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.ToolboxItemConfig

ToolboxItemConfig Class

Represents an entry for a toolbox configuration item.

Inheritance
ToolboxItemConfig
Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class ToolboxItemConfig

Constructors

Name Description
ToolboxItemConfig(string, string, bool)

Properties

Name Description
BitmapResource

Gets an assembly qualified resource name of the bitmap that should be displayed for this toolbox item.

ClearItems

Gets a value that indicates if all existing items should be cleared.

ReportItemDesignerType

Gets an assembly qualified type name of the report item designer type that this toolbox item represents (technically it represents the component associated with this designer).

Extension Methods