Detecting Grouping in Report Control |
Post Reply |
Author | |
grudy
Groupie Joined: 02 November 2004 Location: United States Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 15 October 2015 at 9:04am |
Is there a simple way (single call) to detect that rows are grouped in the Report Control?
I have resorted to this... if ( (IsGroupByVisible()) || ( ( GetRows() ) && ( GetRows()->GetAt(0) ) && ( GetRows()->GetAt(0)->IsGroupRow() ) ) ) While I realize this isn't difficult, it just seems like there should be some single method to indicate that grouping is on.... but I haven't found it.
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hi grudy
Use
Regards, Oleksandr Lebed |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |