StiVariableGetExpressionString Method |
Returns variable in the form of the expression.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string GetExpressionString(
StiVariable variable
)
Public Shared Function GetExpressionString (
variable As StiVariable
) As String
Parameters
- variable
- Type: Stimulsoft.Report.DictionaryStiVariable
Variable for convertation.
Return Value
Type:
StringConverted expression.
See Also