Showing posts with label navigate. Show all posts
Showing posts with label navigate. Show all posts

Friday, March 23, 2012

Report Viewer authentication

Hello,

I am trying to create a simple ASP page to navigate in the reports stored in the report server. If I work in debug mode everything is fine. The page is working and If I call for a report I can see it perfectly. If I publish the report on my test machine (Windows XP Sp2 so IIS 5.1) I see that IE is connecting me with the ASP net user and not the correct one (myself) that is authorized to see the reports. Anybody knows how to solve it?


Thank you!

Andrea Pagliano

If you need the interactive user identity to be propagated to the Report Server, in your app web.config set <indentity impersonate="true"/>. This won't work if the Report Server is ona different machine though unless you enable Kerberos. There are other options as explained here.|||

Thank you very much! That did it!


Thanks again

Andrea Pagliano

Wednesday, March 21, 2012

Report to Report Navigation problem

when I use "Navigation, Jump to URL" feature to navigate from one report to another, the .Net report service always alto generate the html code as: "TARGET="_top" which navigete the current frame page to the parent page. How can I make it generate the code like "TARGET="_self"? Because I display the report in a frame, and don't want let the report jump out of the frame when I click on the hyperlink.
Anybody can help? thanks.

This post is just below, they too talk about how to get the report to render in a certiain frame, as well as some discussion on the rc:LinkTarget Parameter that can help you out in pointing to the right place, or just google rc:LinkTarget and you will get some bolgs and stuff where they discuss this,...
I know for sure rc:LinkTarget can take therse arguments out of the box

rc:LinkTarget=_blank
rc:LinkTarget=_parent
rc:LinkTarget=_search
rc:LinkTarget=_self
rc:LinkTarget=_top



http://forums.asp.net/971389/ShowPost.aspx