Puiu Posted August 12, 2008 Posted August 12, 2008 In my application I use report viewer (not reporting services) to display invoices. Can anyone help with how i could print like 20 invoices at once? The user would give a command that would ask the software to print from invoice 100 to 120. I am guessing that i should use the print document control but how do i pass the data from the report viewer to the print document? Thanks Quote
pendragon Posted August 13, 2008 Posted August 13, 2008 Are you using the crystal report viewer if so then you can set the report table at runtime with the following YouReporttDocument.Database.Tables[0].SetDataSource(YourTable); this way you can just get the invoices that you need to print Quote
Puiu Posted August 14, 2008 Author Posted August 14, 2008 No, I am using the report tool from microsoft. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.