Report title with the use of report parameters???

  • Hi all,

    I have a report with its title saying "Report with X - no of persons"

    I have a filters whereby allow the user to select the number of person... By default its 10.

    How can i design such that the report title will say "Report with 10 persons" by default and if the user select the filter as 6, report title will say "Report with 6 persons"

    Am i able to do so? How?

    Thanks

  • Use an expression in the text box which is the title, like the below

    ="Report with "+CStr(Paramaters!Param.Value)+" persons"

  • thanks! shall try that!

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

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