Hi,
I have a table in group header section. I give the following command in the bin dings of each row of that table.
Visible - IIf(COUNT(1)>0,true,false)
The above expression is working well for table. But still the group header section is generating with empty space.
Which means there are some space above the detail section while preview the report.
I give the same binding for the group header section Visible - IIf(COUNT(1)>0,true,false)
But it is not work for group header section. What can i do now. Please suggest a solution. Thanks. :-)