StiHierarchicalBand Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiDataBand
Constructors
| Constructor | Description |
|---|---|
| StiHierarchicalBand() | Creates an object of the type StiHierarchicalBand. |
| StiHierarchicalBand(RectangleD rect) | Creates an object of the type StiHierarchicalBand. |
StiHierarchicalBand()
Creates an object of the type StiHierarchicalBand.
StiHierarchicalBand(rect: RectangleD)
Creates an object of the type StiHierarchicalBand.
Parameters
- rect (RectangleD) — The rectangle decribes size and position of the component.
Properties
| Property | Type | Description |
|---|---|---|
| Footers | string | |
| Headers | string | |
| Indent | double | |
| KeyDataColumn | string | |
| MasterKeyDataColumn | string | |
| ParentValue | string |
Methods
| Method | Returns | Description |
|---|---|---|
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject