![]() |
Force GroupBy with code? |
Post Reply
|
| Author | |
unknow
Groupie
Joined: 14 January 2009 Location: Belgium Status: Offline Points: 62 |
Post Options
Thanks(0)
Quote Reply
Topic: Force GroupBy with code?Posted: 11 November 2009 at 7:35pm |
|
Hi. I would like to force the GroupBy on one particular column as soon as I intialize the reportcontrol.
The Sort order can be forced using CXTPReportColumns::SetSortColumn
Is there an equivalent function to force GroupBy ???
|
|
![]() |
|
adrien
Senior Member
Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 November 2009 at 2:11am |
|
to force grouping on column 1 m_Control.GetColumns()->GetGroupsOrder()->Add( m_Control.GetColumns()->GetAt(1) ); |
|
![]() |
|
unknow
Groupie
Joined: 14 January 2009 Location: Belgium Status: Offline Points: 62 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 November 2009 at 12:42pm |
|
Thankx!!
|
|
![]() |
|
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 |