User347430248 posted
Hi JagjitSingh,<sub></sub><sup></sup>
you can set the conditions to hide the columns.
Right click over your control -> Properties -> Visibility -> Expression
And then do the conditions you want to do to hide it.
<sub></sub><sup></sup>
you can also do like below.
(1) Select the table.
(2) In the grouping pane, click the triangle button and check “Advanced Mode”.
(3) In the Column Groups, select the (Static) item which is corresponding to the B column in the table.
(4) Specify the Hidden property to the expression like =NOT (ReportItems!Textbox1.Value="B")
(5) Repeat step 3 step 4 to change the Hidden property of the other columns.<sub></sub><sup></sup>
Regards
Deepak