May 26, 2009 #1 mjd3000 Programmer Apr 11, 2009 136 GB Is it possible to show the parameter/s that have been selected on a Report Builder report?
May 27, 2009 #2 pwomack Technical User Apr 16, 2005 121 US Place a textbox on your report and enter this syntax in the textbox. Code: =String.Format("[i]LiteraltoIdentifyYourParameter[/i] {0}", Parameters![i]NameofYourParameter[/i].Value) Upvote 0 Downvote
Place a textbox on your report and enter this syntax in the textbox. Code: =String.Format("[i]LiteraltoIdentifyYourParameter[/i] {0}", Parameters![i]NameofYourParameter[/i].Value)