Hiding/Showing Report Sections Using Conditions
The Division element also has a Condition attribute, which can also be used to set its visibility (and the visibility of its child elements). As discussed earlier, circumstances may dictate that only certain parts of a report be visible to a user.
This can be achieved by placing elements beneath a Division element, then setting the Division element's Condition attribute accordingly, as shown above. If the Condition attribute value evaluates to True, then the Division and its child elements will be made visible; otherwise they'll be hidden. For more information, see Conditions.