How to pass a "set order to" parameter from C# code ?
many thanks
Order parameter
Re: Order parameter
Hello.
You could set the sorting for the data band next way:
Thank you.
You could set the sorting for the data band next way:
Code: Select all
DataBand1.Sort = new string[] {"ASC", "Column1"};