摘要:
一个ASP.NET的程序,使用了MS ReportViewer报告控件,在用该控件导出生成Excel文件时,先是提示行不能超过65535。 这个是由于Excel2003的行限制的原因。由于修改成用Excel2007格式导出,用这种方法导出时报了如下错误:Unable to create the store directory. (Exception from HRESULT: 0x80131468) 错误堆栈: at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope, ...
阅读全文
posted @ 2013-12-24 10:29
Maxwell Hu
阅读(842)
推荐(0)
编辑