首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏WeTest质量开放平台团队的专栏

    PerfDog4.0探索,支持用户自建web云

    def get_filename(self, filename):         return '%s%s%s' % (self.base_dir, os.sep, filename) class ReportManager def get_report_dir(self, report_id):         return '%s%s%s' % (self.base_dir, os.sep, report_id) reportManager  = ReportManager() def create_by_pb(file):     (report_id, report) = reportManager.create_report() (report_id)     report.set_icon(value) def add_screenshots(report_id, screenshots):     report = reportManager.get_report (report_id)     report.add_screenshots(screenshots) def done(report_id):     report = reportManager.get_report

    85810发布于 2020-07-27
  • 来自专栏深蓝居

    在IIS中为SQL Server 2008配置报表服务

    在默认网站中新建虚拟目录Reports,本地路径是C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportManager

    3K10编辑于 2022-06-16
领券