Click or drag to resize

StiDictionaryGetSystemVariableValue Method

Returns value of a specified system variable.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public Object GetSystemVariableValue(
	string name
)

Parameters

name
Type: SystemString
A name of the system variable.

Return Value

Type: Object
The value of the specified system variable.

Implements

IStiAppDictionaryGetSystemVariableValue(String)
See Also