Defines visibility for a report item for one output format.
The visibility rule says when a report item should be hidden. It can be hidden based on the output type, an expression, or both. For example, the browser control is normally hidden in all output formats except HTML. A past-due item might be hidden if the account is not past due.
An item can be completely hidden (hidden in all formats), or hidden only in selected formats. An item hidden in all formats is never actually created in the Factory. An item hidden in selected formats is created, but will be omitted when rendered to the format for which it is hidden.
Identifies the format in which to hide the element.
This property identifies the output format in which to hide the element. The element can be hidden in all output formats (using the "All" choice), or in a specific format. If the element is hidden in all formats, then it is not created in the Factory. Otherwise, is created, but is removed before rendering in the Presentation engine when converted to the target output format.
A Boolean expression that determines whether to hide the element in the target format.
The Boolean expression to evaluate. If the expression evaluates to true, then the item is hidden. Defaults to true if no expression is given.