Click or drag to resize

StiVariable Constructor (String, String, String, String, Type, String, Boolean, StiVariableInitBy, Boolean, StiDialogInfo, String)

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,
	string description,
	Type type,
	string value,
	bool readOnly,
	StiVariableInitBy initBy,
	bool requestFromUser,
	StiDialogInfo dialogInfo,
	string key
)

Parameters

category
Type: SystemString
Category of the variable.
name
Type: SystemString
Name of the variable.
alias
Type: SystemString
Alias of the variable.
description
Type: SystemString
Description of the variable.
type
Type: SystemType
Type of the variable.
value
Type: SystemString
Value of the variable.
readOnly
Type: SystemBoolean
Value indicates which varibale is read only.
initBy
Type: Stimulsoft.Report.DictionaryStiVariableInitBy
Value which indicates that this variable will be have defalt value based on calculation of expression which specified in Value property or based on default value.
requestFromUser
Type: SystemBoolean
RequestFromUser of the variable.
dialogInfo
Type: Stimulsoft.Report.DictionaryStiDialogInfo
StiDialogInfo contain dialog information for using RequestFromUser property of the variable.
key
Type: SystemString
Key string.
See Also