StiVariable Constructor (String, Type) |
Creates an object of the type StiVariable.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiVariable(
string name,
Type type
)
Public Sub New (
name As String,
type As Type
)
Parameters
- name
- Type: SystemString
Name of the variable. - type
- Type: SystemType
Type of the variable.
See Also