Question

I want to populate a combo box with a list of dates from a DB. Then based on user input I want to be change the Tablix to filter on only dates later than the selected date.

How can I do so?

Detailed steps will be useful.

Was it helpful?

Solution

You don't need variables: you bind any filters to the relevant control in the Parameter collection

For example, Filtering, Grouping, and Sorting Data or How to: Add a Filter to a Dataset

For something more obvious and here too

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top