Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I used RDLC in my web application and now I want to show the output as PDF format. I have ReportViewer in my page but I want to directly convert the report to pdf format and show it to the user.

Does anyone have ideas about RDLC conversion to pdf?
Posted
Updated 5-Jan-11 18:42pm
v2

What you need is to export the report into PDF format internally using code and display it.
Have a look at this article: Generating PDF reports programmatically using SQL Server Reporting Services 2005, in C#[^]
 
Share this answer
 
Comments
Abdul Rahman Hamidy 6-Jan-11 0:56am    
thanks for your reply, I forget to mention that I am using Local Report not SERVER Report. I dont have SQL SERVER 2k5 Reporting service and I have no knowledge about it. I designed my reports in VS 2010.
 
Share this answer
 
Comments
Abdul Rahman Hamidy 7-Jan-11 4:14am    
thanks for your reply, the link is very usefull, but a question, I already developed web site and now for the report part how can i have MVC? can i have the same in my developed app?
thatraja 7-Jan-11 4:23am    
Leave the MVC pattern just use the report related code, that's all.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900