Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print report from Crystal Viewer!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Currently I can disable the print button on crystal report viewer and prompt the printer property for user to select the paper size, number of copy. But, the user is not allowed to choose the number of copy. The report can only print one copy. How to code to direct printout the report without prompting the printer property? or disable the number of copy option. (I am using Active X, crviewer.printreport)
 
You can put the following code:

crviewer.Destination=1
or
crviewer.Destination=crptToPrinter

Hope this can help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top