Wednesday, March 26, 2014

Setting Reporting Parameter Properties based on Previous Selected Value

You can make parameters cascaded for this


ie for the second (dependent) parameter you can set an expression like below



=IIF(IsNothing(Parameters!FirstParameter.Value),Nothing,Not (Parameters!FirstParameter.Value))



Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://ift.tt/19nLNVq http://ift.tt/1iEAj0c


No comments:

Post a Comment