all groups > sql server reporting services > december 2005 >
You're in the

sql server reporting services

group:

Need help modifying XML report template to fix broken HTML table



Need help modifying XML report template to fix broken HTML table js
12/27/2005 10:15:12 AM
sql server reporting services: Is there any way to modify HTML that Reporting Services is accessing via the
XML report template? It appears to be pointing to the Microsoft site and has
a table that is sized incorrectly for Firefox to render. I've seen postings
acknowledging that the table is sized incorrectly, but no actual solutions.

Thanks!

Re: Need help modifying XML report template to fix broken HTML table Oleg Yevteyev
12/27/2005 10:56:51 AM
It depends on the way you're using to render the report.
If you're using a web page redirect approach - there is not much you can do.
but by using web service render approach you always getting a byte array to
display prior to Response.BinaryWrite().
You can convert that byte array to HTML (string), modify it using any
pattern you want and present it to user modified.

[quoted text, click to view]

AddThis Social Bookmark Button