A problem has been identified with a clients Customer Statements and Invoices.
Most of the reports are 1-2 pages but occasionally there are 3 or more page invoices and statements.
Three page statements are pulling header info for the next sequential customer in the batch while displaying the report content of the third page.
This shifts the whole thing off and the rest of the reports are wrong.
We can reproduce it every time an invoice or statement in a batch is 3 or more pages.
Any insight on how to troubleshoot or where to look next would be much appreciated.
I think the data being pulled incorrectly (the header and totals on the bottom) is using the Get\Set logic in visual studio where as the data that works (body of the report) uses the default style '=First(Fields!VAR_Message.Value, "DataSet_Result")'
Have you experienced this with a report before?
Do reports need to use one or the other method to stay consistent?
*This post is locked for comments