青松阳光

关注.NET平台及SharePoint产品
posts - 89, comments - 109, trackbacks - 17, articles - 41
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

09 2011 档案

摘要: 微软在9月13号发布了新的SharePoint 2010 SP1 评估虚拟机,包括以下内容Virtual machine “a” contains the following pre-configured software:Windows Server 2008 R2 SP1 Standard Evaluation Edition, running as an Active Directory Domain Controller for the “CONTOSO.COM” domain with DNS and WINSMicrosoft SQL Server 2008 R2 Enterp..阅读全文

posted @ 2011-09-16 09:08 青松阳光 阅读(334) | 评论 (0) 编辑 |

摘要: 在做SharePoint开发时,有时候会要求将SPGridView或者用表格(System.Web.UI.WebControls.Table)展示的数据导出为Excel。 如果使用SPGridView且不分页我们可以轻松得将其展示数据导出为Excel,具体做法参考这里。如果SPGridView做在了Web部件里,就很难使用这样的技术了,因为我们无法去重载Web部件所在的Page的VerifyRenderingInServerForm以防止导出时产生异常。另外如果我们用代码自己画出来的稍微复杂的报表要求导出为Excel时就很难借助SPGridView了。使用XSLT和XML来创建Excel可以满阅读全文

posted @ 2011-09-15 12:37 青松阳光 阅读(1195) | 评论 (1) 编辑 |