In Telerik Reporting Q2 2009, the parameter fields that are dropdowns with checkboxes have inline styles, with overflow: hidden. If you have more than 11 (I think) parameters in that field, you will not be able to see them.
Interestingly enough, this seems to fix it in all browsers.
.ParameterEditor {
overflow:auto !important;
}
Interestingly enough, this seems to fix it in all browsers.
.ParameterEditor {
overflow:auto !important;
}