Using SSRS 2008 R2. My report uses a stored procedure to pull the data from SQL Server. If I execute the stored procedure in SSMS it returns 116 rows. However, my report only displays 2 rows. I've checked everything I can think of and can't figure out why. The only unusual thing about this report is that it's intended to be viewed online or exported to Excel, etc. since it's about 21 inches wide.
If I'm in BIDS and I go to DataSet properties>Query and leave the source as Stored Procedure it returns two rows. However, if I change it to Text and enter something like
p_ProcedureName 1stParameter, 2ndParameter, 3rdParameter
and run it, all 116 rows are returned.
Any suggestions would be appreciated.
Kevin