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

    "What I lack in youth I make up for in immaturity!"
    Please visit my music site at http://woundedego.com

  • This should do the trick

    "My Parameter: " + Parameters!MyParam.Value

    SQLServerNewbieMCITP: Database Administrator SQL Server 2005

Viewing 2 posts - 1 through 1 (of 1 total)

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