Is there a maximum number of values that you can have for a parameter in SSRS 2008 R2? I ask this because there is a legacy report that was built a few years ago by an employee that no longer works with my company, and one of the parameters shows all people to run the report against. The values for this parameter comes from a stored procedure. When running the stored procedure on the server, I get 917 people back, however, in SSRS, it shows only 894 people. I am not aware if there is any limits in SSRS for the number of values in a parameters to choose from, but I may be wrong.
It is weird because I have been running some tests, I had the stored procedure return back the string of parameters it received from SSRS and it returns them all. The matrix tablix just isn't showing all of the rows returned from the procedure or something.
I also added a textbox with the expersion =CountRows("DataSet1") and it shows the same number of rows that the stored procedure returns