Hi, I am new in SSRS. I am fetching values from oracle database in my reports using stored procedure. It's an existing ssrs report where I have added two new columns. I have used join to fetch records from two table on the basis of ID. Report is displaying the fields but all the expected records are not coming, only few are displaying. When I am running procedure in the oracle. It is returning all values, but in report I am getting only few value. Can anyone help me how to resolve this issue.