zoukankan      html  css  js  c++  java
  • Using Reporting Services SharePoint Web Parts in SQL Server

    一、在sql sever中提供2个webpart用来显示报表:
    1、Explorer for navigating a report server---Report Explorer (报表资源管理器)
    2、Viewer for viewing reports---Report Viewer (报表查看器)
    二、安装
    1、进入WSS的安装路径"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\"
    2、使用stsadm.exe
    3、运行命令:"stsadm.exe -o addwppack -force -filename "C:\Program Files\Microsoft SQL Server\80\Tools\Reporting Services\SharePoint\RSWebParts.cab"
    三、使用
    将自己创建的Report 通过设置webpart联接属性发布webpart上,调整webpart和页面使之更加美观
  • 相关阅读:
    设计模式-代理模式
    设计模式-策略模式
    设计模式-单例模式
    优先队列
    n!中质因子个数
    计算组合数
    高精度
    memset用法
    质因子分解
    素数筛法
  • 原文地址:https://www.cnblogs.com/xh831213/p/462374.html
Copyright © 2011-2022 走看看