yogipat Posted October 29, 2003 Posted October 29, 2003 (edited) I have a report displayed on a CrystalReportViewer control placed on a form. I want to print 5 copies of this report bydefault. The print dialog box opened when I click Printer Button on Crystalreportviewer Control shows number of copies to be printed as 1 bydefault. I want to set it to 5 bydefault. How do I get this done? Yogi Edited October 29, 2003 by yogipat Quote
hog Posted October 29, 2003 Posted October 29, 2003 Well don't know if this will help you but if you use the PrintToPrinter method you get the option to set number of copies, start page no etc. :) Quote My website
yogipat Posted October 30, 2003 Author Posted October 30, 2003 I want to set the no. of copies as 5 on the print dialog box that opens when you click on the PrintButton; which comes built-in with the CrystalReportViewer Control. Quote
hog Posted October 30, 2003 Posted October 30, 2003 I think the print dialog box you are refereing to is the Windows built in print dialog box and not part of the CrystalReportViewer control. I am not sure that you can access that from within your application unless you do some background window wizardry... I'm sure if I'm wrong someone out there will correct me:) Quote My website
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.