We are encountering a scenario where we would need to take a Go-No Go decision based on the capability/limitations of SSRS 2008.
The requirement is as below:
I have to create one SSRS report with few parameters. After querying the back-end database using the specific parameter values selected by the users, one result set will be generated. This result set is basically a range of values that will determine how healthy in the Production system. The range of values needs to be depicted in background colors in SSRS report. The background colors will vary depending on the acceptability of the range. The most acceptable range would be depicted as green background, then yellow etc, finally reaching unacceptable at RED.
The idea is to give a visual impression of various production parameters and how healthy the production system is.
Now, the concern is that these ranges would change based on the parameters selected by the user at runtime, and we would need the charting tool to be able to have this capability. Please note this is not a tabular report where I can make alternate coloring to the rows; this is a Graph report where I need to change the background colors depending on the user selected values in the parameters
Has anyone tried it in SSRS? Or anyone succeeded? Thanks in advance and "NO" or "not possible" is also a good answer!