I have created a dataset in SSRS which is hooked to a Stored procedure. The stored procedure resultset includes the following columns OutputID, Timestamp, ProductName, Price, ProductNumber.
I show the above in a tablix in my report which works perfectly fine. I have about 10 rows.
The question I have is
I want a textbox on my report which will show productNumber as follows 1,2,3,4,5,6,7,8,9,10
I am fairly new to SSRS so forgive my ignorance.
The backend is SQL Server 2008 R2.