Is it possible to hide a page in a report?

Stimulsoft Reports.NET discussion
Post Reply
Scottioioio
Posts: 47
Joined: Thu Dec 20, 2012 6:58 pm

Is it possible to hide a page in a report?

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post by HighAley »

Hello.

You can do it using Conditions.

Thank you.
Scottioioio
Posts: 47
Joined: Thu Dec 20, 2012 6:58 pm

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

Post by Scottioioio »

Thanks, that is working perfectly.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

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

Post by Andrew »

Hello,

We are happy to help you.

Thank you.
Post Reply