This is a migrated thread and some comments may be shown as answers.

Is possable using objectDataSource to filter multi value parameters?

1 Answer 146 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Yang
Top achievements
Rank 1
Yang asked on 08 Oct 2015, 06:04 AM

one of my my data source object List<int> categoriesIds = {1, 2, 3}

I want using multiple value parameters filter the datasource 

 I using Field.Categories(List<int>) in = Parameters.categories.Value, but this is not working

 

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 12 Oct 2015, 12:42 PM
Hello Yang,

You can use the following filter in the Report.Filters collection:

= Fields.MyDataField In = Parameters.MyParameter.Value

The solution is also shown in this screenshot.

For more information, please refer to the Using Multivalue Parameters and Filtering Data help articles.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Yang
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or