Telerik Reporting version
|
Q2 2009 SP1+ |
| .NET version |
2.0 + |
| Visual Studio version |
VS2005+ |
| programming language |
C# |
| To convert code |
Telerik online converter |
PROJECT DESCRIPTION
The Report Viewers (Win and Web) do not support sending of reports via e-mail out-of-the-box. To mail a report you have to first render the report into a convenient format and then attach it to a mail message. Here is a possible way of how to achieve this by using the SmtpClient object:
You can find attached a sample project that shows the above code in action.