[]
Represents the visibility options for nodes within the Report Explorer.
[Flags]
public enum ReportExplorerNodes
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.
Name | Description |
---|---|
All | Represents the state where all available nodes are displayed within the Report Explorer. |
CommonValues | Represents the state where the nodes related to common values used in the report are displayed within the Report Explorer. |
DataSourceAndFields | Represents the state where the nodes related to data sources and their fields are displayed within the Report Explorer. |
None | Represents the state where no nodes are displayed within the Report Explorer. |
Parameters | Represents the state where the nodes related to report parameters are displayed within the Report Explorer. |
Settings | Represents the state where the nodes related to report settings are displayed within the Report Explorer. |