How to apply sorting on cross tab at runtime?

Stimulsoft Reports.WEB discussion
Post Reply
a.ebbini
Posts: 101
Joined: Thu Jun 05, 2014 8:10 am
Location: Jordan

How to apply sorting on cross tab at runtime?

Post by a.ebbini »

i try to apply sorting at runtime on crosstab report and it dosen't work so i need snap shot code that describe how can i do that.
Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to apply sorting on cross tab at runtime?

Post by Alex K. »

Hello,

The easy way for create a necessary report in c# code - is a create report in our designer then open Code tab and use the similar code in your project.
for example:
this.CrossTab1_Row1.SortDirection = Stimulsoft.Report.CrossTab.Core.StiSortDirection.Desc;

Thank you.
Post Reply