Hide page

Stimulsoft Reports.NET discussion
Post Reply
gab75
Posts: 15
Joined: Mon Feb 07, 2022 6:49 am

Hide page

Post by gab75 »

Hi,

How it's possible to hide a page if the databand ( or the register dataset ) is empty ( no rows ) ?

Thanks
Gabriel
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Hide page

Post by Lech Kulikowski »

Hello,

You can use the Enabled(Expression) property in which check the count of the data for that databand and hide if it is empty.

Thank you.
gab75
Posts: 15
Joined: Mon Feb 07, 2022 6:49 am

Re: Hide page

Post by gab75 »

is set Count(Datamaster) > 0 and it's works nice

Thank you
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Hide page

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply