This is a migrated thread and some comments may be shown as answers.

Recent Sample of sending Invoices as PDF E-Mail Attachment

5 Answers 212 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Otto Neff
Top achievements
Rank 2
Otto Neff asked on 20 Jun 2013, 05:37 PM
Hi,

I've created a new Sample Solution for Bulk Sending Invoice PDFs as E-Mail Attachment with C# Command Line Application.
Check out the Link:

http://webapps-in-action.com/post/Creating-Invoices-as-PDF-E-Mail-Attachment-with-Telerik-Reporting-2013Q2-using-only-66-lines-of-code

Cheers, Otto.

5 Answers, 1 is accepted

Sort by
0
Ranjit Charles
Top achievements
Rank 1
answered on 29 Jan 2014, 07:39 PM
Otto,
We are trying to solve the same issue...Do you still have this sample? The current link on the web does not seem to be valid...
Thanks!
0
Otto Neff
Top achievements
Rank 2
answered on 30 Jan 2014, 09:11 AM
Link is now working again.. Server needed a little kick...
0
Stef
Telerik team
answered on 30 Jan 2014, 09:44 AM
Hi Otto,

Thank you for your effort and the time to post your solution for other community members.

We just want to recommend you to use expressions instead of events:
The bonus of the Expression engine is it will validate internally the given data before processing it. Also data manipulation to be separated in its own Data Access Layer, and leave the report to communicate with the DAL. All operations for data retrieval can be placed in the DAL and controlled from outside with parameters mapped to report parameters. This approach is preferable with complex reports as issues sources are easily tracked between layers and the maintenance of reports on upgrade is reduced to updating references and checking the report designer.

Also we have some considerations about working with events as that you need to work with processing items instead of their definitions. For example check the Using Report Events article.

We updated your Telerik points to thank you once again. We will be glad to see more posts from you.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

0
Ranjit Charles
Top achievements
Rank 1
answered on 21 Feb 2014, 07:27 PM
Otto, Thanks!
This seems to use the email server with credentials to do the bulk emails with attachment.
1. Have you done the same (bulk send) using outlook client and emailing using the existing logged in account - instead of providing login credentials? 
2. We are also trying to do this for a single email with attachment.. preferably, the email opens with attachment in the existing outlook account- this will allow the user to edit the text before sending it out.

If you have any thoughts, do let us know! Thanks in advance!
0
JOSE
Top achievements
Rank 1
answered on 09 Aug 2018, 02:02 PM
I am very interested in this solution, but if I try to see it, it tells me that it is no longer available, where could I consult it?
Tags
General Discussions
Asked by
Otto Neff
Top achievements
Rank 2
Answers by
Ranjit Charles
Top achievements
Rank 1
Otto Neff
Top achievements
Rank 2
Stef
Telerik team
JOSE
Top achievements
Rank 1
Share this question
or