Restrict date in datetime control in SSRS

  • 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.

  • how are the users selecting the dates? If you control their interface, put the logic there, where they are making the selection.

    Apologies if not helpful for SSRS as I have done little of that.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply