문제

I am running a web reports portal to access reports via the ReportViewer. Some reports are SSRS 2005 and others SSRS 2008. There is one ReportExecution reference and a ReportingServices2005 and ReportingServices2010 reference. If a user runs a 2005 report and then a 2008 report the reportexecution is lost. Error message is: The report execution ifjzab55k5icxl4510oyfsmt has expired or cannot be found. (rsExecutionNotFound) I tried creating a separate ReportExecution to be used by the ReportingServices2010 reference but I get the same error. P.S. I’m a newbie.

도움이 되었습니까?

해결책

I've done it. I used the ReportServiceVersionEnum to set ReportingServicesVersion and called the appropriate ReportExecution service depending on which version was used.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top