Thahir Hussain

Thahir Hussain

  • 1.3k
  • 91
  • 8.8k

Print Button problem

Feb 2 2016 6:57 AM
Hello all,
I am newbie to crystal report. I have added CR in asp.net 2010. When i browse the report
in browser through server or even through local (through report viewer) when i click
print button it ask for export window to be moved to PDF and then print.
I need when i print, print dialog should open.
This is my Code:
Dim Report As New CrystalReport1
CrystalReportViewer1.ReportSource = Report
Please guide me to the result.

Answers (1)