How can I insert the parameters I create into my page header?

  • 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

  • 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 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply