highlight a row on click of a link in a row (SSRS 2008)
I am working with SSRS 2008 tabular report. In report, there is a link in every row. On click of this link i want to highlight the underlying row. Thanks in advance.
October 28th, 2012 12:36pm

http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/0498db93-25cc-4b18-8d89-72614cb59e88 This sounds like the same issue discribed in above post. I assume your link is opening another report, is that right? If the link is just to highlight the row then you can use the approach described in the above thread to reload the report, passing in the row unique id and then have conditional row background color. If this is the same issue described in that post then I think code may be the only possible solution. The action for the link would reload the report, setting an ID parameter. You would add VB code that would run when the report loads that would open the second report. Not an elegant solution, and untested, but it is the only possible solution that comes to mind.
Free Windows Admin Tool Kit Click here and download it now
October 28th, 2012 1:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics