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?
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);