October 27, 2008 at 7:13 pm
I am a newbe working with SSRS in Sql Express 2008 from within Visual Studio 2008 Professional. I am able to create my parameters. How do I add them to the report? For example, I created a parameter called "MyParam" and I want to put in my page header: "My Parameter: " + MyParam I don't see where to select it.
I would also like to create a calculated field. How do I do that?
Sorry if these are stupid questions.
And thanks.
Bill Ross
NEVER MIND - I figured it out. Right click the field and choose "Expression"
"What I lack in youth I make up for in immaturity!"
Please visit my music site at http://woundedego.com
October 29, 2008 at 9:56 am
Add a new textbox in your report body section and go to the Text property. Use the expression builder and navigate to the Parameters option (in the left frame). You'll find your parameter.
You can also type this "=Parameters.MyParam.Text" in the Text property.
Have a nice coding.
Christophe
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy