Page 1 of 1

Clear group header condition

Posted: Wed Aug 06, 2014 7:22 am
by G.hammad
Hello,
how to clear group header condition manually ?
i'm using this one:
GroupHeader1.Condition.Value = Nothing
but when display report it displayed with grouping ... i mean the condition not clear!! is there any way to clear it ?!

thank you

Re: Clear group header condition

Posted: Wed Aug 06, 2014 10:14 am
by HighAley
Hello.

Please, try to do next:

Code: Select all

GroupHeader1.Enabled = False
Thank you.