• Yes it is possible.

    =iif(Parameters!name.Value = "VVV", "Report_1", "Report_2")

    Assume that you have two report Report_1 and Report_2 and Report_1 populates if your name parameter is VVV otherwise it will populate Report_2.

    Regards,

    vijay