ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Toolbar Property

In This Topic
    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