Hello. I use teleric reporting for ASP.NET MVC
I want to make visibility of one report's parameter is depend from value of another report parameter.
If parameter "1" is equal to "Value1" I need to specify report's conditions with parameter "2", but if parameter "1" is equal to "Value2" parameter "2" is lost sense and I want to hidden it. (parameter "1" use AvailableValues mode)
Can I implement this scenario? I didn't found parameter changed value event? Is exist another way
Thank you.
Vladislav