Question

I have table with 3 columns .

S.NO  NAME  AGE 

I need the serial number to be running as 1.1 1.2 1.3 ... etc (Till the rows end)

Is this possible .?

Was it helpful?

Solution

I hope this is what you are looking for.

And this is the sample project I created for you. It has the query to create the table called Person, a report project that has an rdl file.

In the rdl file, I've written some code in Code tab in Report Properties window and in the Group Properties window of Age, check out the Variables tab.

Hope that helps!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top