Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi every one,
I am new to rdlc reports, I have a rdlc report displays data from a view and it works good,
I want to add a column to display record number, how to do that?, I use C# 2013.
thank you very much
Posted
Updated 5-Sep-14 7:08am
v3

1 solution

First of all add a new column into your Table (rdlc table) and right click on the Column, click to expression and Right this line into Expression box

C#
=RowNumber(nothing)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900