I have a table in SSRS report. And I need to display only the last row of the table. ie,
How can I do this?
I have a table in SSRS report. And I need to display only the last row of the table. ie,
How can I do this?
How do I select last 5 rows in a table without sorting? see this post, and change to "-1"
We can select the last row of the table by using Last() method. For eg. if we have a table called Test then,
Last(Fields!Test.value);