I need to use an image to submit a form that contains the SSRS parameters that get passed into the report.
Is there any way to get SSRS to not take "input type=image..." as a parameter along with all the "input type=hidden...' ones it greedly sucks in? Instead of this:
input type="submit" value="Submit"
I'm trying:
input type="image" src="someimagepath.png"
The first work's just fine, but the latter causes SSRS to crater and complain bitterly about an undefined parameter x being passed.
Thx