Order parameter
Posted: Wed Nov 23, 2016 7:11 pm
How to pass a "set order to" parameter from C# code ?
many thanks
many thanks
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
DataBand1.Sort = new string[] {"ASC", "Column1"};