Clear group header condition

Stimulsoft Ultimate discussion
Post Reply
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Clear group header condition

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Clear group header condition

Post by HighAley »

Hello.

Please, try to do next:

Code: Select all

GroupHeader1.Enabled = False
Thank you.
Post Reply