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