ActiveReports 9
ReportExplorerNodes Enumeration

An enumeration of all available nodes that you can display in the Report Explorer. Use these enumerated values with the VisibleNodes property when you do not want to display all of the nodes that appear by default.
Syntax
'Declaration
 
Public Enum ReportExplorerNodes 
   Inherits System.Enum
public enum ReportExplorerNodes : System.Enum 
Members
MemberDescription
AllDisplays all of the available nodes in the Report Explorer. This is the default value.
DataSourceAndFieldsDisplays only the data source and fields nodes in the Report Explorer.
NoneDisplays nothing in the Report Explorer.
ParametersDisplays only the report parameters in the Report Explorer.
SettingsDisplays only report settings in the Report Explorer.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.ActiveReports.Design Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum