views:

27

answers:

0

Some clients of ours want to use data (SQL Server backend) in a web application we've developed to generate some documents (agreements, contracts, etc). They'd also prefer to have the document templates to be in a form they are familiar with and can easily generate new ones. My initial thought was to create a SQL Server Reporting Services data model which they could consume however they please but SSRS may be a barrier to them.

They are familiar with Microsoft Word and MailMerge however, so I was wondering if there is way to use a webservice as a MailMerge datasource or if there are any other suggestions to accomplish the following:

  1. Have our medium tech-savvy clients be able to create and manage document templates (don't have to be Word) that user data in our database

  2. Get our database to expose the data to their templates