StiVariable Constructor (String, String, String, Object, Boolean) |
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 category,
string name,
string alias,
Object value,
bool readOnly
)
Public Sub New (
category As String,
name As String,
alias As String,
value As Object,
readOnly As Boolean
)
Parameters
- category
- Type: SystemString
Category of the variable. - name
- Type: SystemString
Name of the variable. - alias
- Type: SystemString
Alias of the variable. - value
- Type: SystemObject
Value of the variable. - readOnly
- Type: SystemBoolean
Value indicates which varibale is read only.
See Also