Page 1 of 1

How do I hide an entire page?

Posted: Mon Aug 26, 2013 3:47 pm
by Scottioioio
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

Re: How do I hide an entire page?

Posted: Tue Aug 27, 2013 7:45 am
by HighAley
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.