Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 background image not visible when exported to exce

Author  Topic 

biju balan
Starting Member

5 Posts

Posted - 2008-11-21 : 03:03:16
Hi,



I need to display the column headers of my table in vertical format (ie; from bottom to top). As this option is not avaiable in SSRS 2005 I used a custom code which was pasted in the forum which rotates the text.



The code converts the text to a bitmap image and makes it as a backgorund image for the textbox of the column header.



Everything works fine when I view it in the report designer. But I have problem when I export the report to Excel.



It is known that "Background images for report items are ignored because Excel does not support background images for individual cells."


As per customer requirments i need to export the report to CSV or excel format.



Please help me in this issue

Thanks in advance.

   

- Advertisement -