Search Results for

    Show / Hide Table of Contents

    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
    object
    ReportStructureContextNode
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting.Design
    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
    Type Description
    List<ReportStructureContextNode>
    View Source

    ClassName

    Declaration
    public string ClassName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    ParentName

    Declaration
    public string ParentName { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX