ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / RemoveItem Method
The toolbar item key, as it was specified in the addItem parameters

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 toolbar item key, as it was specified in the addItem parameters
    See Also