Is it possible to write a VB code to determine the visibility of a footer of a group in a report in VS 2008? I have done that in VS 2010

but am not able to find such an option in VS 2008 and I am not able to use VS 2010. Is there a way to get that good dialog so I can write the code?

The closest thing to this seems row properties but it only has:

So, is there a solution to not show certain footers based on their group’s values in VS2008 like it was in VS2010?
Actually this was pretty easy. I just looked up the code of 2010 version and added the same to 2008 (in xml version of the .rdlc) and it worked.