ActiveReports Developer 7
SerializeToolboxItem Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : SerializeToolboxItem Method

toolboxItem
The System.Drawing.Design ToolboxItem to serialize.

Glossary Item Box

Creates a serialized System.Object representing the specified ToolboxItem.

Syntax

Visual Basic (Declaration) 
Public Function SerializeToolboxItem( _
   ByVal toolboxItem As System.Drawing.Design.ToolboxItem _
) As System.Object
C# 
public System.object SerializeToolboxItem( 
   System.Drawing.Design.ToolboxItem toolboxItem
)

Parameters

toolboxItem
The System.Drawing.Design ToolboxItem to serialize.

Return Value

A System.Object.

See Also