Adding the XML parameter in title of the report

  • Hello,

    There is an XML parameter called month. I want to display the value of this parameter in the title of the report.

    For eg; Report_Name for January,February etc(depending on the values of the parameters provided)

    How can I do this?

  • An expression something like

    ="Report_Name for " & JOIN (Parameters!month.value, ",")

    might be what you need

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

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