Class ReportStructureContextNode
A single node in the tree that mirrors a report's structure, holding the
element's name, class name and parent name plus its child nodes.
Inheritance
ReportStructureContextNode
Assembly: Reportman.Reporting.Design.dll
Syntax
public class ReportStructureContextNode
Constructors
View Source
ReportStructureContextNode()
Declaration
public ReportStructureContextNode()
Properties
View Source
Children
Declaration
public List<ReportStructureContextNode> Children { get; }
Property Value
View Source
ClassName
Declaration
public string ClassName { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
View Source
ParentName
Declaration
public string ParentName { get; set; }
Property Value