zoukankan      html  css  js  c++  java
  • Reporting Services系列七:使用脚本发布报表

    脚本内容:

    Code



    将上述代码保存成.rss文件,如deploy.rss,然后在命令行执行:
    C:"Documents and Settings"xxx>rs -i yourrssfilepath"deploy.rss -s http://localhost/reportserver -v pParentFolder="RsSample" -v pOverwriteDataSource=true -v pDsName="DataSource1" -v pDsUserName="youroracleusername" -v pDsPwd=" youroracleuserpassword " -v pFilePath="yourreportfilespath"

    输出:
    folder existed
    datasource:DataSource1 create successfully
    total report files: 1
    deploy report:Report1 successfully
    命令已成功完成

    另外,可参考下面的文章:
    http://www.cnblogs.com/dotAge/archive/2005/09/07/231912.html

     

  • 相关阅读:
    jquery关于attr和prop的差异
    C# Request.RawUrl与Request.Url的区别
    sqlserver 分区排序之partition
    asp.net core webapi iis jquery No 'Access-Control-Allow-Origin' header is present on访问跨域问题
    .netcore webapi iis 虚拟目录下载apk文件
    VSCode一直弹框错误Linter pylint is not installed
    c# ?. 空值传播运算符
    Angular5学习札记
    webstorm 打包angular Module build failed: Error: No PostCSS Config found
    js中被调用的函数获取调用者对象
  • 原文地址:https://www.cnblogs.com/morvenhuang/p/980050.html
Copyright © 2011-2022 走看看