![]() |
Is it possible to only iterate over group rows? |
Post Reply
|
| Author | |
nktsrw
Newbie
Joined: 13 March 2008 Location: Argentina Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: Is it possible to only iterate over group rows?Posted: 26 May 2008 at 4:55pm |
|
Hi,
I would like to iterate only over group rows within a Report Control. Is it possible? Thanks, srw |
|
![]() |
|
rmercer
Groupie
Joined: 22 February 2006 Status: Offline Points: 34 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2008 at 11:24am |
Use GetRows() to get your rows, then iterate through them, test using IsGroupRow() to see if a row is a group row...
|
|
![]() |
|
nktsrw
Newbie
Joined: 13 March 2008 Location: Argentina Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2008 at 11:34am |
|
yes, that's the straightforward way. But when you have thousands of records it's better to only iterate by group rows.
|
|
![]() |
|
rmercer
Groupie
Joined: 22 February 2006 Status: Offline Points: 34 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2008 at 1:02pm |
If you find a faster way, please let me know. :)
|
|
![]() |
|
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 |