How to: Configure a For Loop Container
This procedure describes how to configure a For Loop container by using the For Loop Editor dialog box.
To configure the For Loop container
In Business Intelligence Development Studio, double-click the For Loop container to open the For Loop Editor.
Optionally, modify the name and description of the For Loop container.
Optionally, type an initialization expression in the InitExpression text box.
Type an evaluation expression in the EvalExpression text box.
Note
The expression must evaluate to a Boolean. When the expression evaluates to false, the loop stops running.
Optionally, type an assignment expression in the AssignExpression text box.
Optionally, click Expressions and, on the Expressions page, create property expressions for the properties of the For Loop container. For more information, see How to: Add or Change a Property Expression.
Click OK to close the For Loop Editor.
See Also