We want to add a ReportParameter that is visible to the user (We know how to make them visible, we do that with boolean type parameters so the users can hide or show items on reports), that is INTEGER based that will control the number of records are showing in a "LIST" control on our report. For example, we have a detailed Report with USER information; then in the report, we have a list that displays the USER's access over time. This could be one record or as many as a thousand records. We would like is this parameter to control the number of records shown in that list control.
Now, I have been able to create the INTEGER Report Parameter and make it visible; however, what I have not figured out is the following:
- How do you make the control for the parameter a spin editor, if possible?
- How do you limit the parameter's value (Low/High)?
- How do you apply that parameter's value to the number of records displayed in the "LIST" control?
TIA