Toolbar Property (ReportViewer)
In This Topic
Gets the viewer's toolbar, used to add custom toolbar elements or remove existing ones.
Syntax
'Declaration
Public ReadOnly Property Toolbar As Toolbar
public Toolbar Toolbar {get;}
Property Value
An instance of
Toolbar.
See Also