Hello,
I want to introduce some conditional parameters in my reports. Let me illustrate my case as follows:
Parameter_main - determines what other parameter will be visualized. Values are 1, 2, 3
Parameter_1, Parameter_2- only one is visualized depending on the selected value in Parameter_main.
If Parameter_main = 1 -> show only Parameter_1
If Parameter_main = 2 -> show only Parameter_2
If Parameter_main = 3 -> hide both Parameter_1 & Parameter_2 as they will not be used
Is there any way to achieve this only within the standalone report designer? I know that I can use the "Visible" property for the parameters but I cannot change it dynamically (through bindings) based on other parameters. Any ideas?
Regards,
Krasimir Baylov