deepeshdhake
SSChasing Mays
Points: 648
More actions
October 12, 2012 at 3:04 pm
#393381
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?
happycat59
One Orange Chip
Points: 29389
October 15, 2012 at 9:36 pm
#1549366
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