I am working on creating a report that prints details about a current Salesperson. It is supposed to go through Sales Order, Sales Invoices, and Sales Cr. Memos and display a summary for each document as a transheader, the lines for the document as a body, and then a total amount for the document as a transfooter. I understand that these features do not exist in RDLC, but I am using the terminology available to me ;)
I assume I must prepopulate all the information in each DataItem before passing it to the RDLC in a final Integer DataItem.
I have two different ideas, one of which involves creating my own custom table designed specifically for being a temporary table that I can design and populate as desired. The other idea would have me creating a temp table for each of the resources (one for Sales Lines,one for Sales Invoice lines, lone of Sales Cr. Memo lines), and use a variable that would tell which kind of line it was and to conditionally show (or hide) information within the layout.
Is their a recommended method? A standard?
All suggestions and comments are welcome. Thanks for your time!
*This post is locked for comments
I have the same question (0)