ActiveReports 18 .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
    See Also