Applying sorting and filtering on a databand

Stimulsoft Reports.Silverlight discussion
Locked
Sreejith
Posts: 6
Joined: Fri Nov 24, 2017 5:58 am

Applying sorting and filtering on a databand

Post by Sreejith »

hello

I have a report with a databand that has a filter and sort applied on it. The filter uses the 'Line' parameter to only extract 5 records out of the total set and the sorting is done on a column(eg: Revenue)

The requirement is that I want the entire data to be sorted before the filter is applied, however, in the report it is applying the filter first, extracting 5 records and then only sorting those 5 records.

Is there a way I can first sort the entire dataset and then filter it to extract the first 5 records?

We use Stimulsoft Silverlight designer.

Thank you
Sree
Lech Kulikowski
Posts: 6163
Joined: Tue Mar 20, 2018 5:34 am

Re: Applying sorting and filtering on a databand

Post by Lech Kulikowski »

Hello,

Unfortunately, there are no any options for this task. You can change that behavior in the source code of SL.

Thank you.
Locked