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
 Development Tools
 Reporting Services Development
 Help with handling exception

Author  Topic 

yoggi123
Starting Member

29 Posts

Posted - 2005-01-27 : 07:13:29
Hi,

I created a report and it works and run fine, but I keep getting this error when I try to export my report to Excel:

********
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. (rrRenderingError) Get Online Help
o Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown.
? Excel Rendering Extension : Width of excel cell in the excel sheet
exceeded the maximum limit of 1726.5 Points.
****************


Is there something in my report that I can manually set so this won't
happenand is there anyway of finding out what part of the report is causing this?

Thanks

SQL Barbie
Starting Member

4 Posts

Posted - 2005-01-27 : 16:08:57
Maybe you have a row of data coming back with a ton of padding? That's really about all I can think of. You could try putting a RTIM/LTRIM in your query...

You could also try setting the CanGrow property of the text box to False...
Go to Top of Page

eralper
Yak Posting Veteran

66 Posts

Posted - 2005-02-25 : 12:25:48

Hi all,

You can check the following link,

http://www.kodyaz.com/ShowPost.aspx?PostID=38

Eralper
http://www.kodyaz.com

Go to Top of Page

Tweazle
Starting Member

1 Post

Posted - 2005-03-22 : 12:34:27
If you're not sorted yet try this link:

http://support.microsoft.com/kb/883501
Go to Top of Page
   

- Advertisement -