ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / AvailableReportTools Enumeration

In This Topic
    AvailableReportTools Enumeration
    In This Topic
    Available report tools.
    Syntax
    'Declaration
     
    Public Enum AvailableReportTools 
       Inherits System.Enum
    public enum AvailableReportTools : System.Enum 
    Members
    MemberDescription
    AllAll tools are available to user.
    NoneNo tools are available to user.
    OutlineOutline pane.
    SearchSearch pane.
    ThumbsThumbs pane.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1ReportViewer.AvailableReportTools

    See Also