I'm 100% new to SSRS, but I need to come up with a solution quick (like in a day or so)...but I don't know where to start reading!
With SQL Server 2008 R2 and SSRS already in-place, what are my options for programmatically embedding/including an SSRS report output into a Word document? It must be done automatically, without requiring any user action (definately not just a cut-and-paste). Also, I would like to do the dev and testing on SQL Server R2 Express with Advanced Services, if that makes a difference in the solution.
I stumbled onto something called OfficeWriter, but it appears to be a 3rd-party tool, and the user would prefer to use something that's built-into SQL Server.
And I too would prefer to implement something with MS technologies...
DadCat