ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ReportExplorerNodes Enumeration

In This Topic
    ReportExplorerNodes Enumeration
    In This Topic
    The visibility of the nodes in ReportExplorer
    Syntax
    'Declaration
     
    Public Enum ReportExplorerNodes 
       Inherits System.Enum
    public enum ReportExplorerNodes : System.Enum 
    Members
    MemberDescription
    AllShow all.
    CommonValuesShow Common Values
    DataSourceAndFieldsShow datasources and fields.
    NoneHide all.
    ParametersShow parameters.
    SettingsShow settings.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.ReportExplorerNodes

    See Also