07 2006 档案
怎样在Sharepoint webpart中写 Repeat 、datalist 、datagrid ,读懂这段代码应该可以解决这类问题了
摘要:using System;using System.ComponentModel;using System.Web.UI;using System.Web.UI.WebControls;using System.Xml.Serialization;using Microsoft.SharePoint;using Microsoft.SharePoint.Utilities;using Micros... 阅读全文
posted @ 2006-07-17 09:59 LuckPanda 阅读(1139) 评论(2) 推荐(0)
SharePoint 和 Reporting Service 的集成
摘要:如果是单服务器环境,需要将Reporting Service 的web部分安装到非sharepoint占用的端口,否则需要做排除操作,然后安装Reporting service 的sp1,将sp1的webpart加入sharepoint,打开sharepoint 站点,设置该webpart的属性,即两个路径,reporting service的管理路径和报表路径,在这里只是简单记了... 阅读全文
posted @ 2006-07-16 11:22 LuckPanda 阅读(1187) 评论(0) 推荐(0)