i am using crystal 8 how can i directly print report with out showing its print view.
right now i am using code
crystalreport1.action =1
but it shows the preview of print which i don't want.
Printable View
i am using crystal 8 how can i directly print report with out showing its print view.
right now i am using code
crystalreport1.action =1
but it shows the preview of print which i don't want.
Try...VB Code:
Dim Report As New CrystalReport1 . . . . 'Report.Action = 1 Report.PrintOut True