all groups > sql server reporting services > july 2005 >
You're in the

sql server reporting services

group:

Dynamic background color when using Jump To


Dynamic background color when using Jump To Shoeman
7/1/2005 2:02:02 PM
sql server reporting services:
Is it possible to dynamicly change the background color of the row(s) in the
destination report when using Jump To. I have a report that users click a
value and it jumps to another report. Whatever value the user clicks on in
the source report I would like to highlight in the destination report so they
Re: Dynamic background color when using Jump To Wayne Snyder
7/3/2005 7:51:30 AM
Define another parameter in the inside report. Then use the parameter to set
the row background color...

--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)

I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org

[quoted text, click to view]

Re: Dynamic background color when using Jump To Shoeman
7/6/2005 6:40:02 AM
I actually have 1 report with 5 tables. How would I assign the value of the
item clicked to the parameter I created. I have created an expression for
the BackroundColor that I think will work if I could find a way to pass it
the value of the parameter.

=iif(Fields!MENU_NAME.Value = Parameters!Parameter2.Value, "Transparent",
"Blue")

[quoted text, click to view]
AddThis Social Bookmark Button