
Imagine that you must print an invoice and you want to add row numbers next to each item line.
This is very simple. All you have to do is to open your SSRS report and a new column

Add new Expression

Inside the expression add the function RowNumber(Nothing)

Now deploy and execute your report. The row numbers will be shown as in the image below
