Record Number | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Record Number

Hi all,
I’m new in reporting services. I want to set record number in a column in report. How can I do that ?
Anyone pls help Thanks be4 [?] aaa
There is Reporting Service global variable called RowNumber of a table. For example if you have table called "Table1". And if need to access the row number for this table add the code like RowNumber("Table1"). In your case, you have add the column values as RowNumber("Table1").

]]>