Order parameter

Stimulsoft Ultimate discussion
Post Reply
mirmidone
Posts: 15
Joined: Thu Mar 29, 2012 8:55 am

Order parameter

Post by mirmidone »

How to pass a "set order to" parameter from C# code ?
many thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Order parameter

Post by HighAley »

Hello.

You could set the sorting for the data band next way:

Code: Select all

DataBand1.Sort = new string[] {"ASC", "Column1"};
Thank you.
Post Reply