BalAmount Property
The value of the current balance.
Syntax
invstatementcontrol.BalAmount(BalIndex)
Default Value
""
Remarks
The value of the current balance. Interpretation of this depends on the value of BalType property:
Value of BalType | Format of BalAmount |
DOLLAR | Formatted as DDDD.cc |
PERCENT | Formatted as XXXX.YYYY |
NUMBER | Formatted as is |
If a balance list is present in the server response, the BalAmount is always present in the response for each balance listed.
The size of the array is controlled by the BalCount property.
This property is read-only and not available at design time.
Data Type
String