Hi, I have a report that should conditionally show some objects on the Report Header. These are the lowest objects in that section and they're not always necessary depending on where I'm opening the report from.
My code to conditionally set some objects to .Visible = False is working well.
However, the Report Header is not "shrinking" , it is just leaving the large empty space. Even if I try to conditionally change the height using Section(1).Heig ht = x * 1440, in the Report Open or even the Section Onformat property isn't reducing the size of the section.
I wonder what I'm missing? Thanks!
My code to conditionally set some objects to .Visible = False is working well.
However, the Report Header is not "shrinking" , it is just leaving the large empty space. Even if I try to conditionally change the height using Section(1).Heig ht = x * 1440, in the Report Open or even the Section Onformat property isn't reducing the size of the section.
I wonder what I'm missing? Thanks!
Comment