ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / SerializeToolboxItem Method

In This Topic
    SerializeToolboxItem Method
    In This Topic
    The SerializeToolboxItem method returns a serialized object representing the specified ToolboxItem.
    Syntax
    'Declaration
     
    Public Function SerializeToolboxItem( _
       ByVal toolboxItem As ToolboxItem _
    ) As Object
    public object SerializeToolboxItem( 
       ToolboxItem toolboxItem
    )

    Parameters

    toolboxItem
    See Also