Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.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
Reporting services SSRS每个文件导出到word页面的限制_Reporting Services_Ms Word_Export_Report_Limit - Fatal编程技术网

Reporting services SSRS每个文件导出到word页面的限制

Reporting services SSRS每个文件导出到word页面的限制,reporting-services,ms-word,export,report,limit,Reporting Services,Ms Word,Export,Report,Limit,我需要将SSRS报告导出到30页的Word文件中。所以,若报告包含100页,我必须得到4个文档文件30、30、30和10页。如何做到这一点?谢谢。您只能使用reporting services以编程方式执行此操作。为此,您需要: 向报告中添加其他参数,该参数将指示页面 输出范围,即1-30、31-60。。。。并仅在报告中生成 那一系列的页面。 为此服务生成wcf客户端: http://[server name]/[reportserver path]/ReportExecution2005.as

我需要将SSRS报告导出到30页的Word文件中。所以,若报告包含100页,我必须得到4个文档文件30、30、30和10页。如何做到这一点?谢谢。

您只能使用reporting services以编程方式执行此操作。为此,您需要:

向报告中添加其他参数,该参数将指示页面 输出范围,即1-30、31-60。。。。并仅在报告中生成 那一系列的页面。 为此服务生成wcf客户端:

http://[server name]/[reportserver path]/ReportExecution2005.asmx

例如:

http://localhost/reportserver/ReportExecution2005.asmx

使用render方法分别生成和导出 汇报您可以在此处阅读有关渲染方法的更多信息: 你应该告诉我们,仅仅把一个要求作为一个问题提出来,充其量也有点粗鲁。