Hi everyone, I'm wondering if anyone has any code that can return a page count based on a value in the report. I am creating an invoice and some of the invoices go over one page, this is bad because it changes the weight of the letter and it can't be presorted. I'm just trying to pull the multi-pagers out.

Right now my only solution is counting the number of lines that would be printed for each account. This method isn't fool proof though because there is a subreport which varies in size as well.

I have the Crystal Reports for .NET programming but it doesn't state whether it can be done or not. I haven't had any luck finding answers in my search and there are barely any topics on the matter which leads me to believe that it can't be done. Anybody know? Thanks a lot in advance.