How to use System Variables Line property on cross-tab
i want the row number on each row on cross-tab
how can i do this? i tried the line property to the field DisplayValue ({Line}... {SqlDataSource1.Unvan}) but it didnt work. it put each row 1
i created a calculated row and i put it Line property but it also did not work
How to use System Variables Line property on cross-tab
How to use System Variables Line property on cross-tab
- Attachments
-
- 114.cross-tab.JPG (26.78 KiB) Viewed 3924 times
-
- 113.column.JPG (17.68 KiB) Viewed 3922 times
-
- 112.line.JPG (15.59 KiB) Viewed 3923 times
How to use System Variables Line property on cross-tab
Code: Select all
{SqlDataSource1.Position+1}... {SqlDataSource1.Unvan}
How to use System Variables Line property on cross-tab
Hello,
Please check EnumeratorType property of Column or Row header.
Thank you.
Please check EnumeratorType property of Column or Row header.
Thank you.