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