Is it possible to add a dynamic picture to a paramter in rdlc? for example:
=SWITCH(Parameters!picture.Value="1","picture1.jpg", Parameters!picture.Value="2","picture2.png") or something similar?
or any other way to use the parameter's value to be the guide for the dynamic picture?