ssrs Hi, how to create report name dynamically in report header section in ssrs

  • Hi, how to create report name dynamically in report header section in ssrs , my requirement is report name should change dynamically , please tell me the process

    thanks and regards

    pradeep

  • First, I assume you are talking about the title of the report changing based on some criteria. As far I know it is not possible to change the actual name of the report.

    If you want to change the title put a text box in the header area, just like you would for a regular title, but instead of putting text in the box you want to build an expression where the text result is different/dynamic based on your criteria. This is commonly done to show the criteria of a report. For example a Sales report might be titled something like "Sales between 1/1/10 and 3/31/10" where the dates are the input criteria of the report and they are dynamically placed in the title at runtime.

  • Pradeep,

    you can use expressions. the values of Header fields can be manipulated using the values of certain selecteion you make...such as parameters....

    Hope this helps.

    Raunak J

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

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