Hello ALL,
I only want to display the first record returned to my dataset. I cannot change the stored procedure that is executed by this dataset so I need to do it in my SSRS report.
The stored procedure just returns between 15-20 records to the dataset table and I display those records in my ssrs report. Now, user only wants to see the earliest record in the ssrs report (which is only 1 record).
I tried playing around with TOP N and BOT N in the Tablix Properties Filter option for this dataset with no success.
Does someone know how to do ?
Thanks
*This post is locked for comments
I have the same question (0)