Click or drag to resize

StiDictionaryIsSystemVariable Method

Returns true if a specified name is a name of a system variable.

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

Parameters

name
Type: SystemString
The name of the system variable.

Return Value

Type: Boolean
True, if the specified name is the name of system variable.

Implements

IStiAppDictionaryIsSystemVariable(String)
See Also