ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / AddItem Method
An item to be added.

In This Topic
    AddItem Method
    In This Topic
    Adds a new item to the toolbar.
    Syntax
    'Declaration
     
    Public Function AddItem( _
       ByVal item As ToolbarItem _
    ) As Task
    public Task AddItem( 
       ToolbarItem item
    )

    Parameters

    item
    An item to be added.

    Return Value

    A task that represents the asynchronous operation of adding an item to the toolbar.
    See Also