StiRuntimeVariables Class
Namespace: Stimulsoft.Report
Describes the class which allows to save and restore variables of a report.
Inheritance
Implements: ICloneable
Constructors
| Constructor | Description |
|---|---|
| StiRuntimeVariables(StiReport report) | Creates a new instance of the StiRuntimeVariables class. |
StiRuntimeVariables(report: StiReport)
Creates a new instance of the StiRuntimeVariables class.
Parameters
- report (StiReport)
Properties
| Property | Type | Description |
|---|---|---|
| Column | int | |
| DataSourcesPosition | Hashtable | |
| Line | int | |
| LineThrough | int | |
| Page | StiPage |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| SetVariables | void | Sets runtime-variables to the specified report. |
Method Details
Clone
Clone(): object
Returns object
SetVariables
SetVariables(report: StiReport): void
Sets runtime-variables to the specified report.
Parameters
- report (StiReport)