Hi czarvk,
According to your description, you want to disable or enable group based on parameter values, also the associated column should hide or display, right?
In your scenario, you can specify Group on expression in Group Properties based on parameter values like below:
=IIF(Parameters!ReportParameter1.Value="enable",Fields!SalesTerritoryGroup.Value," ")
Since the associated column visibility is disabled, we can specify each textbox visibility within the column based on parameter values like below:
=IIF(Parameters!ReportParameter1.Value="enable",false,true)
Please refer to screenshots below:


If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
If you have any feedback on our support, please click
here.