ASP.NET CHART CONTROLS IN SHAREPOINT 2010
sharepoint2010自带的图表webpart已经够不错了。功能强大,图表漂亮。支持的数据源也多。但是有个时候确实满足不了特定的要求,比如跨网站集访问数据源。虽说有Excel Services,但是死活配置不成功,于是乎想利用Asp.net for chart(.NET3.5版本)控件自己定义一个。
1、首先需要引用System.Web.DataVisualization.dll

2、开发,此过程省略。
3、发布到sharepoint2010注意事项
需要配置站点下的web.config,配置如下
1) The web.config entry for <httpHandlers> is:
2) The web.config entry for <handlers> is:
3)The web.config entry for <appSettings> is as follows (make sure that the folder mentioned is present and the web site's account can write to it):
本站技术原创栏目文章均为中睿原创或编译,转载请注明:文章来自中睿,本站保留追究责任的权利。