Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Dr_IT
Starting Member
1 Post |
Posted - 2011-02-16 : 06:32:16
|
I want to use LinkTarget to open up links from ReportServer reports in a new window. This can be done by specifying rc:LinkTarget in the URL, but as i want to use it always, i would like to see this setting default for any report opened up in ReportServer in the browser.I tried to add the following code to the rsreportserver.config file below the <Render> <Extension Name="RPL"> section: <Configuration> <DeviceInfo> <LinkTarget>_blank</LinkTarget> </DeviceInfo> </Configuration>This is not working, what am i doing wrong? |
|
|
|
|