all groups > sql server reporting services > november 2004 >
You're in the

sql server reporting services

group:

Q: read a record from ReportViewer


Q: read a record from ReportViewer JIM.H.
11/6/2004 7:49:06 AM
sql server reporting services: Hello,
I am using ReportViewer Component in my asp.net application, it works fine,
I see all my records. Now, I need to let user select one line in the report
and click a button. The button should take the selected line and perform some
operation and return a result to the user. Is this possible?
Thanks,
Jim.
Re: read a record from ReportViewer Bruce L-C [MVP]
11/6/2004 10:57:49 AM
The best way to do this is the jump to url. Either add a text box or use an
existing one, set the color blue and underline it so the users know to click
on it. Then right click on the box, properties, advanced properties,
navigation (I'm doing this from memory so I might be off a little). Set the
navigation to jump to url and have it go to your webpage passing parameters.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services


[quoted text, click to view]

Re: read a record from ReportViewer JIM.H.
11/6/2004 2:41:02 PM
Thanks Bruce for the reply. Can you explain me a little bit more. I am not
sure if I was clear enough. My report viewer component lists items column
based, I need to mark one row, read it and return a result to the user. I can
nark the row with mouse but right click does not give much.

[quoted text, click to view]
Re: read a record from ReportViewer Bruce L-C [MVP]
11/7/2004 10:39:34 PM
Read up on jump to url and see if that will do what you want. You can create
a link so when you click on a field it passes all the data in the row to a
web page of your own to do with as you want (I use this technique to call
another report). You can also jump to report if it is another report you
want to open.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services


[quoted text, click to view]

AddThis Social Bookmark Button