bTree
Flag that indicates how the Data Set will be evaluated. Possible values are:
Value |
Meaning |
TRUE |
Evaluate the Data Set as a tree. Update the CurrentElement property with the next item in the same level and with the same parent as the CurrentElement. |
FALSE |
Evaluate the Data Set as a list. Update CurrentElement property with the next item in the Data Set. |