I have a windows application developed in VB.NET 2005.
I have a main screen from which the user might want to run a report. I have the report developed. If I view the report and print it through CrystalReportViewer it works as would be expected. However, the user does not always want to view the report and print it from there. He might just want to call up his data on my windows form and hit a print button.
How do I print a Crystal Report this way?
Thanks.
I have a main screen from which the user might want to run a report. I have the report developed. If I view the report and print it through CrystalReportViewer it works as would be expected. However, the user does not always want to view the report and print it from there. He might just want to call up his data on my windows form and hit a print button.
How do I print a Crystal Report this way?
Thanks.