Sorting Multiple Fields by Code
Posted: Sun Sep 09, 2007 12:19 am
Hi,
I am using this code to sort.
Dim dataBand As Stimulsoft.Report.Components.StiDataBand = _
report.Pages(0).Components("DataBand2")
dataBand.Sort = New String() {"DESC", "SecuredCount"}
The code above only sort by one field. How can I sort 2 or more fields ?
Thank you.
I am using this code to sort.
Dim dataBand As Stimulsoft.Report.Components.StiDataBand = _
report.Pages(0).Components("DataBand2")
dataBand.Sort = New String() {"DESC", "SecuredCount"}
The code above only sort by one field. How can I sort 2 or more fields ?
Thank you.