How do you make a report that can switch between pages?

Stimulsoft Ultimate discussion
Ichiorochi
Posts: 10
Joined: Tue Apr 19, 2016 8:12 am

Re: How do you make a report that can switch between pages?

Post by Ichiorochi »

Aleksey wrote:In it uses the expression and if it false then the component is enabled set to false and the page does not show.
I am sorry I did not quite understand that. ^^;
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How do you make a report that can switch between pages?

Post by Alex K. »

Hello,

If the expression in Condition returns false value and "Component is enabled" set to false then component will be disabled.

Thank you.
Ichiorochi
Posts: 10
Joined: Tue Apr 19, 2016 8:12 am

Re: How do you make a report that can switch between pages?

Post by Ichiorochi »

Aleksey wrote:Hello,

If the expression in Condition returns false value and "Component is enabled" set to false then component will be disabled.

Thank you.
So how should the condition be set up if I for example want to only display page 2 of a report if a parameter/variable is set to true? and page 2 should not be displayed if said parameter/variable is set to false
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How do you make a report that can switch between pages?

Post by Alex K. »

Hello,

You can use the similar Condition for the Page2 as in the Page1.

Thank you.
Post Reply