StiCrossHeaderBand Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiHeaderBand
Constructors
| Constructor | Description |
|---|---|
| StiCrossHeaderBand() | Creates a new component of the type StiCrossHeaderBand. |
| StiCrossHeaderBand(RectangleD rect) | Creates a component of the type StiCrossHeaderBand with specified location. |
StiCrossHeaderBand()
Creates a new component of the type StiCrossHeaderBand.
StiCrossHeaderBand(rect: RectangleD)
Creates a component of the type StiCrossHeaderBand with specified location.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
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