ousoonerjoe
Programmer
How would you go about creating an SSRS 2005 report to preview/review/and print checks? The check page is standard 8 1/2 x 11 paper with the top 1/3 for the check and bottom 2/3 for invoice items. Catch-- the invoice items may exceed the space allocated on the first page and need to role over to the 2nd page. The check area for each page after the first check would have to be marked as "VOID". I could work out how to do it on a "One Check At a Time" basis, but what about for batch? We may need to issue 500 checks in one day. Printing them singularly is not practical. We also need the batch of checks to be written to PDF for Accounting. The master application that will call the Server-Side report is in VB.Net 2005.
I'd like to be able to just attach the Stored Procedure to the report and call the report with arguments via the main application. The coding isn't so much the problem as it is the logic on the check forms.
How do you get the excessive line items to carry over to the next page and not print the check again?
How do you handle the page numbers to be of that check/invoice rather than the entire batch?
(NOTE: I will be printing the MICR/CheckNum/etc on the page, so no need to worry about that.)
If this needs to be moved to the VB.Net forum, just let me know. Any thoughts, ideas, comments and random bits of insanity are welcome.
Thank you.
"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.
I'd like to be able to just attach the Stored Procedure to the report and call the report with arguments via the main application. The coding isn't so much the problem as it is the logic on the check forms.
How do you get the excessive line items to carry over to the next page and not print the check again?
How do you handle the page numbers to be of that check/invoice rather than the entire batch?
(NOTE: I will be printing the MICR/CheckNum/etc on the page, so no need to worry about that.)
If this needs to be moved to the VB.Net forum, just let me know. Any thoughts, ideas, comments and random bits of insanity are welcome.
Thank you.
"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.