![]() ![]() |
The HideRule structure defines visibility for a report item for an output format. The visibility rule determines when a report item should be hidden. A report item might 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 in all formats, or hidden only in selected formats. An item hidden in all formats is never actually created in the generation phase of the Report engine. An item hidden in selected formats is created, but is omitted when rendered to the format for which it is hidden.
![]() ![]() |