StiVariableInitBy Enumeration |
Enum contain types of initialization of variable on start of report rendering.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiVariableInitBy
Public Enumeration StiVariableInitBy
Members
| Member name | Value | Description |
---|
| Value | 0 |
Initialization based on specified value.
|
| Expression | 1 |
Initialization based on specified expression.
|
See Also