all groups > sql server reporting services > march 2005 >
You're in the

sql server reporting services

group:

Display line number


Display line number Anand Ganesan
3/22/2005 10:47:02 PM
sql server reporting services:
RE: Display line number SalaminDev
3/22/2005 11:31:02 PM
u can use the RowNumber function..
The following code example provides a running count of rows in the outermost
data region:

RowNumber(Nothing)

put it in the textbox u want in the data region.
if u have the rs books online help, check out this page:
ms-help://MS.RSBOL80.1033/RSCREATE/htm/rcr_creating_expressions_v1_3quq.htm

[quoted text, click to view]

AddThis Social Bookmark Button