Send Crystal Report application through C#
I am fairly new to programming in C#, so any guidance would be appreciated. I have created a report in crystal reports XI and have created a form in the Visual C# crystal reports application. I would like to convert this report to a pdf or other format before sending it out through email. But I want the report to be refreshed before it is exported.
Kia JacksonPosted Feb 9, 2009, 8:55 AM
Mahesh ChandPosted Feb 6, 2009, 11:14 AM
Welcome!
Before you post a question on forums, you may want to search the site or forums. Here is the link for site search.
http://www.c-sharpcorner.com/Search/
I entered keyword "crystal report pdf" in search text and got first result.
You can export a Crystal Report to various formats using CrystalReportViewer’s Export option. However, there are occasions when you want your users to see the report direct in PDF format in the browser as soon they click the Report button in your application.