Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 通过WCF与Reporting Services一起使用Excel_.net_Wcf_Excel_Reporting Services - Fatal编程技术网

.net 通过WCF与Reporting Services一起使用Excel

.net 通过WCF与Reporting Services一起使用Excel,.net,wcf,excel,reporting-services,.net,Wcf,Excel,Reporting Services,通过WCF将Excel用作reporting services客户端的最佳方式是什么 我想按照Excel调用WCF服务的思路做一些事情,该服务将返回报表在报表服务器上的位置的URL,然后显示它 我该怎么办?我需要什么excel附加组件(如果有),以及如何让excel了解我的WCF服务?这可能是将来其他人可能会寻找的

通过WCF将Excel用作reporting services客户端的最佳方式是什么

我想按照Excel调用WCF服务的思路做一些事情,该服务将返回报表在报表服务器上的位置的URL,然后显示它

我该怎么办?我需要什么excel附加组件(如果有),以及如何让excel了解我的WCF服务?

这可能是将来其他人可能会寻找的