0

I am developing some reports using Stimulsoft web report designer. I need to add some data filters to those reports. Stimulsoft reports has data filters in built to it and they are shown when the reports are rendered. But I couldn't find a way to configure those data filters. Does anybody knows a way to do this?

I found some Interesting data filters on Stimulsoft demo site. I am looking to use this in my reports. http://web.stimulsoft.com/?reportname=ParametersSelectingCountry

Kasun Jayasinghe
  • 355
  • 1
  • 8
  • 21

1 Answers1

2

Look at the Filter property of the Band. You could use there any expression.

HighAley
  • 1,257
  • 1
  • 8
  • 20
  • Hi HighAley, I can add filters using property band. But I want to allow the user to select values from filter. Is there a way to load values to the filter criteria selector. – Kasun Jayasinghe Apr 18 '13 at 06:06
  • You can set the Interaction - Sorting Column property to allow users to sort data. – HighAley Apr 18 '13 at 11:09
  • Look at the next Demo report http://web.stimulsoft.com/?reportname=DrillDownSorting – HighAley Apr 18 '13 at 11:10
  • Hi HighAley, Thanks for your reply. Actually what I am looking for is to have a filter like in this report. http://web.stimulsoft.com/?reportname=ParametersSelectingCountry. Is this filter configured outside the report? Because I couldn't find any configuration in the report designer. How can I set the data source for the filter? – Kasun Jayasinghe Apr 22 '13 at 07:24
  • Look at the SelectedCountry variable in the Dictionary. You can see how to create such report on the next video http://www.stimulsoft.com/en/videos?tags=web,parameters&id=68 – HighAley Apr 22 '13 at 11:23
  • Hi HighAley, The video is really helpful. I think this solves my problem. – Kasun Jayasinghe Apr 23 '13 at 04:29