Print 2nd page if criteria is met

Stimulsoft Ultimate discussion
Post Reply
Dwayne
Posts: 7
Joined: Fri Mar 06, 2015 12:24 am

Print 2nd page if criteria is met

Post by Dwayne »

Hi
I have a report that has two pages. Page1 and a second subReport_1 page. I am only wanting to print the subReport_1 page if a certain value is found on page 1. I have some VB code to find my value I am just unsure of what controls the print page and were to place my code.

Thanks Dwayne
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Print 2nd page if criteria is met

Post by Lech Kulikowski »

Hello,

You can add Condition in which check that value and use ComponentIsEnabled option.

Thank you.
Post Reply