ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / ToolBar Property

In This Topic
    ToolBar Property
    In This Topic
    Gets the tool bar control. Use this property if you want to customize toolbar at runtime.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToolBar As C1ReportViewerToolbar
    public C1ReportViewerToolbar ToolBar {get;}

    Property Value

    The tool bar.
    See Also