I am using SSRS 2008 integrated into VS 2008. All I want to do is to hide a Note row based on parameter, e.g my param is "Display Note". However my row which is containing my Note is somehow disabled "Row Visibility" feature. Please advise how I can hide Note row which does not leave a gap there.
Row Visibility is disabled
Regards,
Kelvin
The Row Visibility property there is disabled because it's a header row. You can add a fake row group to control visibility of the last column group.
Click on the Row-group to select it and then, in the properties pane, set the "Hidden" property to True.