MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ReportExplorerNodes Enumeration

ReportExplorerNodes Enumeration
Represents the visibility options for nodes within the Report Explorer.
Syntax
'Declaration
 
Public Enum ReportExplorerNodes 
   Inherits System.Enum
 
Members
MemberDescription
AllRepresents the state where all available nodes are displayed within the Report Explorer.
CommonValuesRepresents the state where the nodes related to common values used in the report are displayed within the Report Explorer.
DataSourceAndFieldsRepresents the state where the nodes related to data sources and their fields are displayed within the Report Explorer.
NoneRepresents the state where no nodes are displayed within the Report Explorer.
ParametersRepresents the state where the nodes related to report parameters are displayed within the Report Explorer.
SettingsRepresents the state where the nodes related to report settings are displayed within the Report Explorer.
Remarks
This enumeration allows for the customization of the Report Explorer by controlling the visibility of various node types. It supports granular visibility options, including data sources, fields, parameters, settings, and common values, enabling a tailored experience based on the user's needs.
Inheritance Hierarchy

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

See Also