I am using SQL Reporting Service for ASP.Net and Visual Basic 6. Through front end I want to send email of Reports. Please help How to send it.
Hi! [<img src='/community/emoticons/emotion-1.gif' alt='' />]<br /><br />--<br />Frank Kalis<br />Microsoft SQL Server MVP<br /<a target="_blank" href=http://www.insidesql.de>http://www.insidesql.de</a><br />Heute schon gebloggt?<a target="_blank" href=http://www.insidesql.de/blogs>http://www.insidesql.de/blogs</a><br />Ich unterst�tze PASS Deutschland e.V. <a target="_blank" href=http://www.sqlpass.de>http://www.sqlpass.de</a>)
Hi, you can create a subscription to email the report at scheduled time by calling CreateDataDrivenSubscription method of the reporting service web service. - Ravi