Page 1 of 1

Print 2nd page if criteria is met

Posted: Fri Jun 01, 2018 2:56 am
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

Re: Print 2nd page if criteria is met

Posted: Fri Jun 01, 2018 6:56 am
by Lech Kulikowski
Hello,

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

Thank you.