0

我正在运行一个 Web 报告门户以通过 ReportViewer 访问报告。一些报告是 SSRS 2005 和其他 SSRS 2008。有一个 ReportExecution 参考和一个 ReportingServices2005 和 ReportingServices2010 参考。如果用户运行 2005 年报告,然后运行 ​​2008 年报告,则报告执行将丢失。错误信息是:报告执行ifjzab55k5icxl4510oyfsmt 已过期或找不到。(rsExecutionNotFound) 我尝试创建一个单独的 ReportExecution 以供 ReportingServices2010 参考使用,但我得到了同样的错误。PS我是新手。

4

1 回答 1

0

我已经做到了。我使用ReportServiceVersionEnum设置 ReportingServicesVersion 并根据使用的版本调用适当的 ReportExecution 服务。

于 2013-10-16T12:21:26.567 回答