ssrs

  • how to create report name dynamically in ssrs , my requirement is report name should change dynamically in report header section whats steps and which expression can we use please tell me the answer

  • You have posted the same question in other section also.. I have replied there.

    Thanks & Regards,
    MC

  • Mithun is right...

    And Pradeep you cannot change the name of the report dynamically.

    Only the content of the report is bound to change upon user specific actions.

    Raunak J

  • HiRaunak,

    how to change content of the report bound to change upon user specific actions.

  • Hi Pradeep,

    We usually specify Headers and footers as plain text fields using static text.

    We can also manipulate the same using expression and parameters

    Consider we have a report comprising of 2 parameters

    1. Suppliers 2. Producers

    When the user selects Suppliers then nthe report header should display 'Suppliers List'

    This is possible using Expressions..(similar to)

    =Fields!Header.Value=Selected_variable

    Which can be further extended using the IIF expression.

    I hope this helps.

    Raunak J

Viewing 5 posts - 1 through 4 (of 4 total)

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