Hi All,
I am authoring a report which has two parameter 'FromDate' and 'ToDate' of type datetime. I need to restrict the datetime control of 'ToDate' depending on FromDate parameter. Like, If user passes 08/15/2011 for FromDate parameter, dates till 08/15/2011 in datetime control should be greyed out for ToDate parameter. Means, user should not be allowed to select the date less than FromDate date.
Is there any way to solve this?
Thanks in advance.