Tuesday, October 18, 2016

How to add auto increment serial number column in RDLC report

In this article I am going to explain how to add auto increment serial number in RDLC report.


Description:
When I am working with RDLC report I have add auto increment serial number (row number). To add row number in report insert column and use expression.

Implementation:
Follow the below given steps to add serial number in RDLC report:

Step 1: Right click on first column, go to Insert column option and select sub options (left/right).

How to add auto increment serial number column in RDLC report

Step 2: After that right click on newly inserted column. Select the expression option. Pop up window will be open.

How to add auto increment serial number column in RDLC report


Step 3: You will be see there are numerous category. Select the Common functions >> Miscellaneous >> rownumber. After that in expression textbox write down rownumber(nothing) and hit the OK button.

How to add auto increment serial number column in RDLC report


Check the attache complete steps screenshot:

How to add auto increment serial number column in RDLC report

 Build and run the application.

No comments:

Post a Comment