<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Label > Method >SetExpression |
Sets the expression to the expression label.
Prototype :
void SetExpression
(
string Expression
)
Arguments :
Expression |
expression |
Reference :
Label data type should be the expression type.
Example :
This.SetExpression("Orders.Price.max");
Available Events :
OnInitialize, OnStartBind