Hi has anyone else had a problem where when you actually print (A4), then the last page of the report the line "Document Date Document Type" etc and the table line with a line object imbedded in Table 1 are not shown? In my issue - pages 1 and 2 are ok, then page 3 does not (propose or) print this line.
Checking the "About this report" data being returned. I can not see anything that would make the report differentiate between pages 1,2,3.
Looking at the visibility of the lines in Table 1, the code
=iif(Fields!DocuNoCaption_IssuedReminderLine.Value <> "",FALSE,TRUE)
should not differentiate between data lines where data exists. So therefore am at a loss as to why the report does not print these lines on all pages.
Any ideas appreciated.
Thanks
Michael