Showing posts with label feature. Show all posts
Showing posts with label feature. Show all posts

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

Monday, February 20, 2012

Report Refresh - Bug or Feature

I've noticed that for automatically refreshing reports when you run the
report (and the page refreshes) the data is not updated. Only when you click
the refresh button in the toolbar does the data start changing. Is this a
bug or a feature? The reason why I ask is I want to know if I can depend on
this behaviour in the future or will it change when something is "fixed"?
Thanks in advance,
James SnapeYou can rely on this behavior. Refresh the page and refresh for data for
the report are two different things. Refreshing the data for the report
requires a lot more work on the server while refreshing the page is none.
| From: "James Snape" <jim_snape.at.hotmail.com@.online.nospam>
| Subject: Report Refresh - Bug or Feature
| Date: Tue, 7 Jun 2005 14:22:13 +0100
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <e7kmsP2aFHA.2884@.tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.reportingsvcs
| NNTP-Posting-Host: exony-ltd-02.altohiway.com 213.83.66.226
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.reportingsvcs:45428
| X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
|
| I've noticed that for automatically refreshing reports when you run the
| report (and the page refreshes) the data is not updated. Only when you
click
| the refresh button in the toolbar does the data start changing. Is this a
| bug or a feature? The reason why I ask is I want to know if I can depend
on
| this behaviour in the future or will it change when something is "fixed"?
|
| Thanks in advance,
| James Snape
|
|
||||so how to refresh tha data on the report i mean whats that LOT MORE
WORK TO B DONE ON SERVER SIDE to refresh tha data