Click here to Skip to main content
15,891,910 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want a functionality in which user can send SSRS report as pdf attachment of email on click of a button.


need urgent help.


Thanks,
Zankhana
Posted
Comments
[no name] 11-Jul-12 11:26am    
"need urgent help"... and you wanted help so urgently that you forgot to ask a question.
zan0701 11-Jul-12 23:49pm    
I have described what i need help for. :)
[no name] 12-Jul-12 7:33am    
N o you did not. All you said was "I want a functionality". That is not a question not a plea for help. It is a demand for someone to write your code for you.
ShaikhM 11-Jul-12 22:51pm    
Are you even using SQL 2005? And C# as your backend?
zan0701 11-Jul-12 23:49pm    
I am using SQL 2008 and C# as back end.

1 solution

Break your requirement into parts and then try one by one:
1. SSRS report exported into PDF via code
2. Email on button click
3. Attach a PDF to an email.

Following resources would help:
Generating PDF reports programmatically using SQL Server Reporting Services 2005, in C#[^]
Sending an Email in C# with or without attachments: generic routine.[^]

Try!
 
Share this answer
 

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