Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have to send ssrs report pdf through email in daily for the getting status of the orders of report.Can u please let u know.
Posted

1 solution

I have been working on the same task
I found below blog useful for me . read it

http://36chambers.wordpress.com/2011/06/03/reporting-services-2008-creating-reports-programmatically-without-using-a-reportviewer/[^]

Below code is for sending report generate by above code as a attachment to mail

http://vb.net-informations.com/communications/vb.net_smtp_mail.htm[^]


Read below blog for how to send mail using sql server

http://blog.sqlauthority.com/2008/08/23/sql-server-2008-configure-database-mail-send-email-from-sql-database/[^]

Hope this helps if yes then accept and vote this solution otherwise revert back with your queries
--RDB
 
Share this answer
 
v2
Comments
venkatgopal.mandada 29-Jan-13 4:45am    
Thank u for giving reply for the above answer.What I am asking is i have to sent email with in the particular interval of using ssrs report Through subscription.
RDBurmon 29-Jan-13 5:47am    
Then do one thing

1) Create SSIS package to export ssrs report to PDF {Search on google you will find tons of link Very popular topic on google}
2) Schedule SSIS package on SQL job {do googling}
3) Send exported pdf document to mail using database mail {Do googleing}

Accept and vote if helps otherwise revert back with queries
--RDB
venkatgopal.mandada 1-Feb-13 1:13am    
ok Thank u .Then how can i send email....
venkatgopal.mandada 1-Feb-13 1:15am    
Can you send a link export to pdf through ssis packages...
RDBurmon 1-Feb-13 1:47am    
Read this from exporting ssrs report in pdf using ssis

http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/7adb2621-f95a-4abf-9b41-141d9caab298

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