Click or drag to resize

StiReportIsVariableExist Method

Checks if specified variable exists in the dictionary.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public bool IsVariableExist(
	string variableName
)

Parameters

variableName
Type: SystemString
Name of the variable to check.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.IsVariableExist(System.String)"]

See Also