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

sql server reporting services

group:

Parameter Description in Headline


Parameter Description in Headline Brave
7/4/2005 1:40:01 PM
sql server reporting services:
I have the Problem, than I need the Selected Parameter in the Headline.
I have defined another ValueField which I need as the Selections.
But I need only the selected Parameter in one Headline text field.

Thanks for your help.

RE: Parameter Description in Headline Antoon
7/5/2005 3:59:02 AM
Make a textbox with the expression:
="Report with parameters: " & Parameters!Parameter1.Value & " and " &
Parameters!Parameter2.Value

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