Is it possible to hide a page in a report?
Posted: Tue Dec 02, 2014 11:01 pm
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
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