4 Answers, 1 is accepted
Hi,
The easiest way to achieve the desired outcome is by setting an Action to the checkbox. Here are the steps.
First, create a report parameter from Type Boolean, let's name it Parameter1. Set it visibility to false, If you do not want to see it in the Parameters area.
Second, place everything that should be hidden in a panel and set its Visible property based on a Parameter1 value. Here it is used Binding dialog.
And finally, set the Action, Navigate to Report, to the checkbox. The action should navigate to the same report but with the updated report parameter value.
Bind the checkbox value to the Parameter1 value. Set it Text to be different by using the expression window. Something like this:
= IIf(Parameters.Parameter1.Value, "Hide the section", "Show the section")
The attached report demonstrates the approach. Let us know if you have further questions.
Regards,
Veronika
Progress Telerik

In Action section, Parameter value is not showing in "Edit Parameters".
Hello,
Make sure that you have saved the report after adding the report parameter. If this doesn't solve the issue, consider sending us the problematic report.
Regards,
Neli
Progress Telerik
