weixin_33675507 2012-11-02 01:14 采纳率: 0%
浏览 32

如何调用SSRS URL请求

Is there any way to make SSRS URL requests from my JavaScript AJAX code to get the list of folders?

  • 写回答

1条回答 默认 最新

  • 10.24 2012-11-02 01:22
    关注

    I've had similar problem in the past. You need to use ReportExecution service (reportexecution2005.asmx) or ReportService (reportservice2005.asmx)

    The difference between the two is that the first one allows you to render reports, while the second one allows you to manipulate folders/files on the report server. ReportService2005.asmx has a method called ListChildren() which I was able to use successfully from C#.

    评论

报告相同问题?

悬赏问题

  • ¥15 shape_predictor_68_face_landmarks.dat
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制