zoukankan      html  css  js  c++  java
  • RDLC/RDL report: Index was outside the bounds of the array

    An error has occurred during report processing.
    Index was outside the bounds of the array.

    Finally i can export to excel, .. i found that reporting services has a limitation.. you can´t insert a table in another table or matrix.. only List can be nested.. i try to say.. if you need to show data nested like master detail, you must use only list in your report.

    -----------------

    An Unexpected Error Occurred During Local Report Processing

    You might see the following error message when issues occur with the local data cache (.rdl.data) file: "An error occurred during local report processing. Index was outside the bounds of an array."

    Determine to which dataset the out-of-bounds index refers. Close SQL Server Business Intelligence Development Studio and delete the appropriate .rdl.data file for the dataset. Open BI Development Studio and run the report again. This recreates the cached data with the appropriate index bounds.

    -----------------

    Well I determined that the problem is associated with the parameters.  Any report requiring no parms runs fine.  Deleting & reentering the parms has no effect.  At least, I know I've been chasing the wrong problem.

    -----------------

    http://www.cnblogs.com/emanlee/archive/2009/10/24/1589215.html

    -----------------

    http://msdn.microsoft.com/en-us/library/ms157383(SQL.90).aspx

    http://social.msdn.microsoft.com/Forums/en/tfswebaccess/thread/48583335-ad79-46e4-8772-603ada35ef75

    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/d43476f6-9b14-4a94-838b-04f7083eee41

    http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/379a29e6-0b42-4330-b202-2c850f42aa89/

    http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/32774081-f694-4a36-a72c-ac58ceadac93/

  • 相关阅读:
    剑指offer 51.构建乘积数组
    剑指offer 50.数组中重复的数字
    股票价格涨跌预测—基于KNN分类器
    R语言-神经网络包RSNNS
    基于客户保持率的人口特性分析
    车辆碰撞位置间的关联性分析
    统计学的七大支柱[转载@谢益辉]
    AutoDesK演示项目部署
    自定义数字键盘组件化方案
    2020年大前端发展趋势
  • 原文地址:https://www.cnblogs.com/emanlee/p/1701652.html
Copyright © 2011-2022 走看看