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.
Author |
Topic |
Jero
Starting Member
4 Posts |
Posted - 2004-11-08 : 07:41:28
|
Hi Every Body.I have a problem whit Reporting ServicesWhen I try to export my report to PDF it throws me this error:Exception of typeMicrosoft.ReportingServices.ReportRendering.ReportRenderingException wasthrown. (rrRenderingError)Exception of typeMicrosoft.ReportingServices.ReportRendering.ReportRenderingException wasthrown.Index and length must refer to a location within the string. Parameter name:lengthI'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. |
 |
|
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. |
 |
|
|
|
|