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

In This Topic
    ReportExplorerEnabledNodes Enumeration
    In This Topic
    Modifiability of nodes in ReportExplorer
    Syntax
    'Declaration
     
    Public Enum ReportExplorerEnabledNodes 
       Inherits System.Enum
    public enum ReportExplorerEnabledNodes : System.Enum 
    Members
    MemberDescription
    AllAll can be changed
    DataSetsDataSets can be changed
    DataSourcesDataSources can be changed
    NoneNothing can be changed
    ParametersParameters can be changed
    Inheritance Hierarchy

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

    See Also