StiCrossGroupHeaderBand Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiGroupHeaderBand
Constructors
| Constructor | Description |
|---|---|
| StiCrossGroupHeaderBand() | Creates a new component of the type StiCrossGroupHeaderBand. |
| StiCrossGroupHeaderBand(RectangleD rect) | Creates a new component of the type StiCrossGroupHeaderBand with specified location. |
StiCrossGroupHeaderBand()
Creates a new component of the type StiCrossGroupHeaderBand.
StiCrossGroupHeaderBand(rect: RectangleD)
Creates a new component of the type StiCrossGroupHeaderBand 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