[]
Represents the modifiability of nodes within the Report Explorer in ActiveReports.
[Flags]
public enum ReportExplorerEnabledNodes
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.
Name | Description |
---|---|
All | Represents the ability to modify all supported node types. |
DataSets | Represents the ability to modify data sets. |
DataSources | Represents the ability to modify data sources. |
None | Represents the state where no nodes can be modified. |
Parameters | Represents the ability to modify report parameters. |