Page 1 of 1

Is it possible to hide a page in a report?

Posted: Tue Dec 02, 2014 11:01 pm
by Scottioioio
I have a report made up of several pages and I need to be able to programmatically hide a page, if needed.

For starters, I'm trying to just hard-code the logic to hide a page. I tried setting the Enabled property of a page in my report to False, but the page still gets rendered in the report.

How do I hide a page?

Thanks

Re: Is it possible to hide a page in a report?

Posted: Wed Dec 03, 2014 10:31 am
by HighAley
Hello.

You can do it using Conditions.

Thank you.

Re: Is it possible to hide a page in a report?

Posted: Fri Dec 05, 2014 7:42 pm
by Scottioioio
Thanks, that is working perfectly.

Re: Is it possible to hide a page in a report?

Posted: Sat Dec 06, 2014 12:20 pm
by Andrew
Hello,

We are happy to help you.

Thank you.