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

Using Reporting email merge - question

1 Answer 30 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 04 Apr 2014, 04:43 AM
Hi Everyone;

Suppose our application needs to provide user a way for them to create an email template that some content are static and some content come from database and sort of creates a email-marge. Like:

Dear <<Customer.FirstName>>;
We would like to notify that your balance amount of <Customer.Balance>> is over due.


The content is not created by developer like a regular report where developer designs the report and binds database fields in the report. In this case the user enters the content and anything in << >> (I only used this as a sample) comes from database at runtime and produces an email to be sent out.

What's the best way to offer end user an email mailmerge?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 08 Apr 2014, 05:27 PM
Hello Ben,

Depending on your requirements, you can use report parameters to gather the user input for the fields, or use custom UI and finally render the data into a report and mail it further.

Having changes in the report lines directly is interactivity feature more native for controls as WYSIWYG editors or document previewers. Depending on the used technology you can use our Silverlight RadRichTextBox, ASP.NET AJAX RadEditor, Kendo Editor for example.

Let us know if you have any further questions.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Stef
Telerik team
Share this question
or