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
 Exporting PDF whit Reporting Services

Author  Topic 

Jero
Starting Member

4 Posts

Posted - 2004-11-08 : 07:41:28
Hi Every Body.
I have a problem whit Reporting Services

When I try to export my report to PDF it throws me this error:

Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. (rrRenderingError)
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown.
Index and length must refer to a location within the string. Parameter name:
length


I'm using Reporting Services with SP1.

Thanks in Advance

robvolk
Most Valuable Yak

15732 Posts

Posted - 2004-11-08 : 07:58:01
Somewhere in your calculated fields there is a string operation that has an invalid index or length, like a negative number or something that exceeds the length of the string.
Go to Top of Page

Jero
Starting Member

4 Posts

Posted - 2004-11-08 : 10:34:45
Hi again.
Another question about the theme:

When I try to export the report unused SP1, the operation is OK, but if I´m installing SP1 then is out of order.

Thanks.
Go to Top of Page
   

- Advertisement -