[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ToolBoxItem

ToolBoxItem Property

ToolBoxItem

Gets or sets a value representing the toolbox item associated with the SectionReport in the designer.

Declaration
[Browsable(false)]
public object ToolBoxItem { get; set; }
Property Value
Type Description
object

The object that represents the toolbox item for the SectionReport.

Remarks

This property is used internally to manage the representation of the SectionReport in the designer's toolbox. It allows for the customization of the toolbox item, such as setting a specific control to represent the report in the toolbox. This property is not intended to be directly modified or accessed in typical usage scenarios.