ActiveReports 18 .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
    The viewer's toolbar instance. The developer may use it to add the custom elements or remove the existing ones
    Syntax
    'Declaration
     
    Public ReadOnly Property Toolbar As Toolbar
    public Toolbar Toolbar {get;}
    See Also