Toggling Show Modes with Action.Show Element
You may have a need to allow the user, at runtime, to alternately show and hide ("toggle") a report section. Two elements, the Division and Action.Show Element, using Show Modes, make this easy to do.
In the example above, a Label element has been placed in a report to be the link for showing and hiding instructions, which are in their own Division. The Division element's Show Modes attribute is set to an arbitrary value, XYZ, which causes it to be hidden initially.
An Action.Show Element element has been added beneath the link Label and its attributes configured as shown above. Clicking the link will now result in the Show Modes of the Division element being manipulated, "toggling" it between being shown and being hidden.