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 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS And Excel Row Height

Author  Topic 

Beginer2012
Starting Member

45 Posts

Posted - 2012-06-22 : 13:16:13
Hello,
I have a report that reders fine in SSRS. When exporting it to excel, the row height is not same as the rendered report. This issue hide part of the letters like "P". The width is ok...

Any suggestions ??

Thank you

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-06-22 : 23:15:22
is the table/matrix container inside another container in SSRS (ie nested). make sure in such cases the inner container falls inside outer and corners dont overlap. Also is column part of group inside inner container?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

Beginer2012
Starting Member

45 Posts

Posted - 2012-06-25 : 08:06:11
Hello,
No..I have different tablixes in the report.

quote:
Originally posted by visakh16

is the table/matrix container inside another container in SSRS (ie nested). make sure in such cases the inner container falls inside outer and corners dont overlap. Also is column part of group inside inner container?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/



Go to Top of Page
   

- Advertisement -