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 .?

有帮助吗?

解决方案

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!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top