S
Safal
We have a requirement where-in we need to export an SSRS 2005 generated
report in word document.
Since this is not available out of the box the solution chosen was XSLT as
described in this document -
http://jagbarcelo.blogspot.com/2006/07/reporting-services-ms-word-format-doc.html (Rendering word reports using XML and XSL )
With this approach there still are certain blocking issues like
1/ Display rich text - Suppose we have HTML tags in the text they are thrown
out on the word document as text instead of rich text
2/ Charts - Export a chart into the word file (bar graphs)
3/ Tables - Dynamic table generation based on the data & coloring of cells
based on conditions.
The redering of all this needs to be on a word document and not HTML. Any
advices please let me know.
report in word document.
Since this is not available out of the box the solution chosen was XSLT as
described in this document -
http://jagbarcelo.blogspot.com/2006/07/reporting-services-ms-word-format-doc.html (Rendering word reports using XML and XSL )
With this approach there still are certain blocking issues like
1/ Display rich text - Suppose we have HTML tags in the text they are thrown
out on the word document as text instead of rich text
2/ Charts - Export a chart into the word file (bar graphs)
3/ Tables - Dynamic table generation based on the data & coloring of cells
based on conditions.
The redering of all this needs to be on a word document and not HTML. Any
advices please let me know.