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.
Inherited Members
Namespace: Reportman.Reporting.Design
Assembly: Reportman.Reporting.Design.dll
Syntax
public class ReportStructureContext
Constructors
View SourceReportStructureContext()
Declaration
public ReportStructureContext()
Properties
View SourceRoot
Declaration
public ReportStructureContextNode Root { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportStructureContextNode |