Multi level sorting |
Post Reply |
Author | |
sunbeam
Newbie Joined: 20 March 2007 Location: Belgium Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 27 January 2008 at 6:38am |
Hi,
Is it possible in the ReportControl to sort on one column, than sort on another column within that column, than sort on another column within that second column etc... without grouping them together?
Thanks in advance
|
|
wlcabral
Groupie Joined: 25 April 2007 Location: Brazil Status: Offline Points: 72 |
Post Options
Thanks(0)
|
Codejock's help :
wndReportControl.SortOrder.Add wndReportControl.Columns(7) 'This will cause the column at index 1 of the SortOrder collection to be sorted 'Any time you add or delete columns to the SortOrder or GroupOrder collections, wndReportControl.Populate
Example
'Removes all columns from the ReportControl's SortOrder collection |
|
wlcabral
|
|
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 |