[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ReportExplorerEnabledNodes

ReportExplorerEnabledNodes Enum

Represents the modifiability of nodes within the Report Explorer in ActiveReports.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
[Flags]
public enum ReportExplorerEnabledNodes
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.

Fields

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.