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
)
Public Function IsSystemVariable (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the system variable.
Return Value
Type:
BooleanTrue, if the specified name is the name of system variable.
Implements
IStiAppDictionaryIsSystemVariable(String)See Also