ActiveReports Developer 7
ReportItemDesignerType Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > ToolboxItemConfig Class : ReportItemDesignerType Property

Glossary Item Box

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).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReportItemDesignerType As System.String
C# 
public System.string ReportItemDesignerType {get;}

See Also