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
 

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