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

In This Topic
    ReportExplorerEnabledNodes Enumeration
    In This Topic
    Represents the modifiability of nodes within the Report Explorer in ActiveReports.
    Syntax
    'Declaration
     
    Public Enum ReportExplorerEnabledNodes 
       Inherits System.Enum
    public enum ReportExplorerEnabledNodes : System.Enum 
    Members
    MemberDescription
    AllRepresents the ability to modify all supported node types.
    DataSetsRepresents the ability to modify data sets.
    DataSourcesRepresents the ability to modify data sources.
    NoneRepresents the state where no nodes can be modified.
    ParametersRepresents the ability to modify report parameters.
    Remarks
    This enumeration is used to specify which nodes within the Report Explorer can be modified. It allows for the configuration of the Report Explorer to be more dynamic and adaptable to different reporting needs, by enabling or disabling the modification of parameters, data sources, and data sets.
    Inheritance Hierarchy

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

    See Also