Interface IHierarchicalDataSource
IHierarchicalDataSource interface.
Namespace: FastReport.BG.Data
Assembly: FastReport.BG.dll
Syntax
public interface IHierarchicalDataSource
Properties
Records
Gets Records.
Declaration
IEnumerable<IHierarchicalRecord> Records { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IHierarchicalRecord> |
Root
Gets Root.
Declaration
IHierarchicalRecord Root { get; }
Property Value
| Type | Description |
|---|---|
| IHierarchicalRecord |