将报表查看器数据导出到Excel时出错

将报表查看器数据导出到Excel时出错

问题描述:

我在报表页面中具有报表查看器控件(2005),在报表查看器中具有束带.
网格具有更多的记录数.
我收到以下错误.
已经添加了项.在字典中键入了密钥:"MSQL"在密钥中添加了:"MSQL""

I have report viewer control(2005) in a report page I have a gird in report viewer.
The grid has more no.of records.
I get the following error.
"Item has already been added. Key in dictionary: ''MSQL'' Key being added: ''MSQL'' "

hi

excel仅支持多达65,000条记录..如果您有65,000条以上的记录,则可以通过编码将其拆分为excel中的单独工作表.
hi

excel supports up to 65,000 records only.. if you have more then 65,000 records , then split it into separate sheet in excel by coding..