I have a report which has three report parameters:
StartDate - DateTime
EndDate - DateTime
Item - Integer - (Drop down AvailableValues from a stored procedure via data source)
Auto refresh is set to false for all three parameters.
If there is no data for the default values when the report comes up in the report viewer and the user does not use the popup menu to select a date and only highlights the day and changes the value and tabs/clicks away, the drop down list does not call the stored procedure to display the values based on the new date. If the popup menu is used, it works fine.
We have this in several reports, any idea how to work around this?
StartDate - DateTime
EndDate - DateTime
Item - Integer - (Drop down AvailableValues from a stored procedure via data source)
Auto refresh is set to false for all three parameters.
If there is no data for the default values when the report comes up in the report viewer and the user does not use the popup menu to select a date and only highlights the day and changes the value and tabs/clicks away, the drop down list does not call the stored procedure to display the values based on the new date. If the popup menu is used, it works fine.
We have this in several reports, any idea how to work around this?