任何人都知道如何通过他们的网络服务运行 pentaho 报告?
我的问题是我必须从 .Net 向 pentaho 请求报告,如果除了 Web 服务之外还有其他解决方案,我真的很感激。
谢谢!
任何人都知道如何通过他们的网络服务运行 pentaho 报告?
我的问题是我必须从 .Net 向 pentaho 请求报告,如果除了 Web 服务之外还有其他解决方案,我真的很感激。
谢谢!
Pentaho reporting is fully exposed via ordinary URLs. You can query the server for a XML document containing all parameter information necessary to build your own parameter-UI and you can request the resulting documents (PDF, HTML, PNG images etc) via a ordinary HTTP-GET request too. No need for fancy web-services when you can have REST.
For more details: Follow my documentation/guide here:
http://www.sherito.org/2011/06/integrating-phpaspruby-web-applications.html
http://www.sherito.org/2011/06/creating-your-own-parameter-ui-for.html