Reputation: 15
I am trying to create a dynamic representation with images. Based on the initial value above I would like to display a certain amount of images. For example, I want to display the value 52 and underneath I want to display 5 images.
Please look at the example: https://i.sstatic.net/7QSJZ.png
Is this possible or do I need to have the images "pre-made" for this to work? I have no problem showing a single image based on a certain value...
Upvotes: 0
Views: 25
Reputation: 426
one of ways might be putting all your images onto SSRS report and just set visibility of it based on expression. If you can do it for one, doing for many should be easy aswell just use AND in your expression
Upvotes: 1