Import pdf to Crystal Report
Hi!
I am very new in crystal report. I develop a program to export the crystal report to PDF it runs successfully.
Now i want to import the same pdf report when i click on print button.
What I will write in place of the following code to import that file.
cryRpt.Load("D:\farzin\crystalapp\CrystalReport1.r pt")
CrystalReportViewer1.ReportSource = cryRpt
CrystalReportViewer1.Refresh()
If some one knows then plz guide me.
|