I have designed a report that consists of several different pages.
How do I conditionally hide a particular page?
I know I can show/hide data elements and other controls via conditions, but I'm having difficulty figuring out how to hide an entire page based on some condition?
Thanks
How do I hide an entire page?
-
- Posts: 47
- Joined: Thu Dec 20, 2012 6:58 pm
Re: How do I hide an entire page?
Hello.
You could use the Conditions property of the Page.
You could add the Highlight condition set the Condition expression to disable Page and uncheck the Component is Enabled option.
Thank you.
You could use the Conditions property of the Page.
You could add the Highlight condition set the Condition expression to disable Page and uncheck the Component is Enabled option.
Thank you.