views:

19

answers:

1

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.

+1  A: 

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

gbn
@gbn do these apply for 2008 as well
DotDot
@DotDot: yes. very little difference between 2005 and 2008
gbn