views:

31

answers:

2

How can I batch print all items in a list including attached documents (word. pdf)?

So functionally I need: one report/document which includes all info from attached documents inline within that report. The user only has to print out that single report.

Could it be done with Reporting Services? Or a commercial component?

Many thanks!

A: 

you can use a script to merge the word documents, or to print all the documents. Reporting services helps you generate the documents not in merging them.

Zaid Zawaideh
A: 

If you use a component such as iTextSharp you can create all of the applicable reports and then bundle them into a single PDF and return them to the user. I've done this for a number of projects and it works great. I was also able to join PDFs generated from SSRS with some PDF documents from other sources.

StrateSQL