Search Results for

    Show / Hide Table of Contents

    Class ReportStructureContext

    Container for a report's structure tree, exposing the root node from which the full hierarchy of params, datasets, subreports and sections is reachable.

    Inheritance
    object
    ReportStructureContext
    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 ReportStructureContext

    Constructors

    View Source

    ReportStructureContext()

    Declaration
    public ReportStructureContext()

    Properties

    View Source

    Root

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