StiCrossDataBand Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiDataBand
Constructors
| Constructor | Description |
|---|---|
| StiCrossDataBand() | Creates a new component of the type StiCrossDataBand. |
| StiCrossDataBand(RectangleD rect) | Creates a new component of the type StiCrossDataBand with specified location. |
StiCrossDataBand()
Creates a new component of the type StiCrossDataBand.
StiCrossDataBand(rect: RectangleD)
Creates a new component of the type StiCrossDataBand with specified location.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
Methods
| Method | Returns | Description |
|---|---|---|
| First | void | Sets the position at the beginning. |
| Last | void | Move on the last row. |
| LoadFromJsonObject | void | |
| Next | void | Move on the next row. |
| Prior | void | Move on the previous row. |
| RestoreState | void | Restores the earlier saved object state. |
| SaveToJsonObject | JObject |
Method Details
First
First(): void
Sets the position at the beginning.
Last
Last(): void
Move on the last row.
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
Next
Next(): void
Move on the next row.
Prior
Prior(): void
Move on the previous row.
RestoreState
RestoreState(stateName: string): void
Restores the earlier saved object state.
Parameters
- stateName (string) — A name of the state being restored.
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject