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. |