I am using Microsoft Report Viewer v11.0.0.0. I have a table with 10 columns in my report page. The last column of the report might be hidden depending on a parameter. What I want is to automatically re-size of a column whose title is Description depending on this parameter (or the visibility of the last column) as well. So lets say if parameter p is 1, then column description would be 5 cm, otherwise it would be 8 cm. I did not see an area for a column to write an IIF expression for its size so got stuck. I would really appreciate if anyone helps.
Edit: I saw this page, but it did not work for me: http://blog.sharepointalist.com/2009/05/ssrs-column-width-auto-size.html