ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / RemoveItem Method
The key of the toolbar item to be removed. This key should match the one specified when the item was added.

In This Topic
    RemoveItem Method
    In This Topic
    Removes existing item from the toolbar.
    Syntax
    'Declaration
     
    Public Function RemoveItem( _
       ByVal key As String _
    ) As Task
    public Task RemoveItem( 
       string key
    )

    Parameters

    key
    The key of the toolbar item to be removed. This key should match the one specified when the item was added.

    Return Value

    A task that represents the asynchronous operation of removing the toolbar item.
    See Also