Hi,
I want to print crystal report directly to printer using vb.net application without any dialog box. how can i achieve this?
CrystalReportVi ewer1.ReportSou rce = System.Environm ent.CurrentDire ctory & "\MiniStatement .rpt"
'CrystalReportV iewer1.Show()
CrystalReportVi ewer1.PrintRepo rt()
Thanks:
Danish Majid
I want to print crystal report directly to printer using vb.net application without any dialog box. how can i achieve this?
CrystalReportVi ewer1.ReportSou rce = System.Environm ent.CurrentDire ctory & "\MiniStatement .rpt"
'CrystalReportV iewer1.Show()
CrystalReportVi ewer1.PrintRepo rt()
Thanks:
Danish Majid
Comment