I have two almost identical reports deployed to report manager, the only
difference is sort order. They both are viewable but when I try to export to
pdf, I get the following error on my new report. Anyone know why?
*********************************************************
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. (rrRenderingError) Get Online Help
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown.
Index was out of range. Must be non-negative and less than the size of the
collection. Parameter name: index
*******************************************************Zim,
I had a similar problem with one of my reports but it was when I tried to
Export to Excel... not pdf. I found a tip on an MSDN forum about this. I
found that I had numerous formulas encased in outer parenthesis in my report.
Example:
= (ReportItems!<objectname>.Value)
= ((Fields!<objectname>.Value)/(Fields!<objectname>.Value))
Look through your report and remove any outer parenthesis. See if this
fixes your pdf problem. I hope this helps.
"Zim" wrote:
> I have two almost identical reports deployed to report manager, the only
> difference is sort order. They both are viewable but when I try to export to
> pdf, I get the following error on my new report. Anyone know why?
> *********************************************************
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown. (rrRenderingError) Get Online Help
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown.
> Index was out of range. Must be non-negative and less than the size of the
> collection. Parameter name: index
> *******************************************************
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment