Showing posts with label deployed. Show all posts
Showing posts with label deployed. Show all posts

Wednesday, March 21, 2012

Open the link in new window

When i giving a url passing some parameter..in Jump to Url of cell navigation properties..

In VS Studio its opening in new window ..but when deployed in server and its opening same browser while my requirement is to open in new window..

You need to set the LinkTarget deviceinfo to "_blank". This can be set using a url parameter or in the rsreportserver.config file.

See this link for more information on setting the device info:

http://msdn2.microsoft.com/en-us/library/ms155397.aspx

This link has information on the device info settings for the html renderer.

http://msdn2.microsoft.com/en-us/library/ms155395.aspx

|||

I have Used this code in jump to url of navigation text box void(window.open(url))" its working and had satisfied mine requirement..

sql

Open the link in new window

When i giving a url passing some parameter..in Jump to Url of cell navigation properties..

In VS Studio its opening in new window ..but when deployed in server and its opening same browser while my requirement is to open in new window..

You need to set the LinkTarget deviceinfo to "_blank". This can be set using a url parameter or in the rsreportserver.config file.

See this link for more information on setting the device info:

http://msdn2.microsoft.com/en-us/library/ms155397.aspx

This link has information on the device info settings for the html renderer.

http://msdn2.microsoft.com/en-us/library/ms155395.aspx

|||

I have Used this code in jump to url of navigation text box void(window.open(url))" its working and had satisfied mine requirement..

Friday, March 9, 2012

Open an existing report

Hi
Is it possible to connect to an existing project of reports?
cause i have made some reports on my workstation, deployed them on the
server and now some of the others from the office wants to connect to the
reports and tweak them a bit.
How do we do that?
/ChristianUse source control or a file share to share the reports projects (or reports
themselves and any corresponding shared datasources.) Once the reports are
modified, you'll need to publish them again.
--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Christian Larsen" <ChristianLarsen@.discussions.microsoft.com> wrote in
message news:E1BE650A-2812-4FEA-9AFD-FFB23304E40E@.microsoft.com...
> Hi
> Is it possible to connect to an existing project of reports?
> cause i have made some reports on my workstation, deployed them on the
> server and now some of the others from the office wants to connect to the
> reports and tweak them a bit.
> How do we do that?
> /Christian|||"Christian Larsen" <ChristianLarsen@.discussions.microsoft.com> wrote in message news:<E1BE650A-2812-4FEA-9AFD-FFB23304E40E@.microsoft.com>...
> Hi
> Is it possible to connect to an existing project of reports?
> cause i have made some reports on my workstation, deployed them on the
> server and now some of the others from the office wants to connect to the
> reports and tweak them a bit.
> How do we do that?
> /Christian
Hello Christian,
I'm using visual studio .net. There is the button "new element"
klicking an holding down the button gives you two choices: "add new
element" and "add existing element". They should select "add existing
element". Then a window opens up and they should be able to browse to
the destination where you delivered your report and then they should
be able to import the report. (This report displays on the end of
their list in the projectfolder explorer.)
Sorry when some buttons have similar names because i'm using a german
version and i don't know how these buttons or things are called in
english.
Hope i could help.
bye
Jens