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

generating multiple letters

2 Answers 105 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
haseeb
Top achievements
Rank 1
haseeb asked on 21 Dec 2016, 06:24 AM
i am in a scenario where i have to generate letters for each customer in each client company with their yearly, monthly sales output in one place. we want to use telerik reporting for that since all letters will have same format. its just data for each customer changes. is there any way to make treports with letters for all customers in one click with each page a letter for one customer and includes his data from other tables with different sales data

2 Answers, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 21 Dec 2016, 05:00 PM
Hello haseeb,

You can design one report that uses a parameterized data-retrieval method. The used data source component can be configured to map the method's arguments to report parameters e.g. Using Parameters with the SqlDataSource component. Then depending on report parameters, you will fetch different data in the report.

Then you can create a separate instance of the report per user, and gather all instances in a ReportBook. Each report in a ReportBook starts on a new page, where page numbers can be reset. The ReportBook is handled as a single document. Please pay special attention to reports' parameters settings - Report Book Parameters.


Let us know if you need further help.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
haseeb
Top achievements
Rank 1
answered on 22 Dec 2016, 04:56 AM
thanks. that worked
Tags
General Discussions
Asked by
haseeb
Top achievements
Rank 1
Answers by
Stef
Telerik team
haseeb
Top achievements
Rank 1
Share this question
or