Is it possible to change the value of a datetime parameter depending on the value of another?Basically I have a Parameters!FromDate.Value = yesterdays date (EG '2014-04-10')I have another parameter called Parameters!WeekStart.Value which equals the start of the current week (EG '2014-04-07').When I go to run the report and change FromDate to say '2014-04-02' I want the WeekStart value to change '2014-03-31'.Is this possible?
↧