ActiveReports 12
DeserializeToolboxItem(Object) Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class > DeserializeToolboxItem Method : DeserializeToolboxItem(Object) Method
The System.Object that contains the ToolboxItem to get.
Gets a ToolboxItem from the specified serialized object.
Syntax
'Declaration
 
Public Overloads Function DeserializeToolboxItem( _
   ByVal serializedObject As Object _
) As ToolboxItem
public ToolboxItem DeserializeToolboxItem( 
   object serializedObject
)

Parameters

serializedObject
The System.Object that contains the ToolboxItem to get.
See Also

Reference

Toolbox Class
Toolbox Members
Overload List