Is it possible to STOP the linked report opening in a NEW windows? I
embedded the reporting service in my web application. It opens the reports
in the report holder, however it opens a NEW windows for the linked (drill
through) report. Can I code the linked report so that it only opens in the
report holder in my application?
Why is that when exporting report to Excel it opens a BLANK windows and when
I close the Excel the BLANK windows stay?
How can I tell what service pack I installed on the Reporting Services?
I am using Sql 2000 server on a Windows 2003 Server and Sql 2000 Reporting
Services Evaluation version is installed on a Windows XP workstation. Can I
download the proper standard version of the Sql 2000 Reporting Service for
my Windows XP computer?
Many Thanks!
swartskaap@gmail.com - 31 Mar 2006 12:45 GMT
If your programmatically from C# are using the webservice to render a
report, then in the Render method of the webservice, try specifying
"_self" as the report target.