[]
Gets or sets a value representing the toolbox item associated with the SectionReport in the designer.
[Browsable(false)]
public object ToolBoxItem { get; set; }
Type | Description |
---|---|
object | The object that represents the toolbox item for the SectionReport. |
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.