Page 1 of 1

Don't print page if..

Posted: Wed Mar 01, 2017 9:53 am
by x46x
Hi, is there function which can disable printing page if some SQL column is null?

Re: Don't print page if..

Posted: Wed Mar 01, 2017 6:40 pm
by Alex K.
Hello,

In this case, you can use Condition for the Page or BeforePrint event in which disable page by necessary condition.

Thank you.