Interface ICalculationsNode
Represents a node in the calculations tree
Namespace: TSD.API.Remoting.Report
Assembly: TSD.API.Remoting.dll
Syntax
public interface ICalculationsNode
Properties
| Name | Description |
|---|---|
| Items | Gets the list of the report items contained in this node |
| Name | Gets the name of this node |
| Nodes | Gets the list of the sub-nodes of this node |