Link to home
Start Free TrialLog in
Avatar of a25khan
a25khan

asked on

Reporting services + row number + total rows

Hi there,

I am trying to find out an expression to return the row number for each row. and the total number of rows.

I know i can do this using the return value of stored procedure but i dont' want to change the stored proc and make it work from the report itself.

Would some one tell me what would the expression be like!

Thank You
ASKER CERTIFIED SOLUTION
Avatar of simon_kirk
simon_kirk
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of a25khan
a25khan

ASKER

Thanks simon, RowNumber worked very well.

Enjoy your points :)