Page 1 of 1

How to use System Variables Line property on cross-tab

Posted: Wed Dec 24, 2008 1:58 am
by fatih1453
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

Posted: Wed Dec 24, 2008 4:42 pm
by Brendan

Code: Select all

{SqlDataSource1.Position+1}... {SqlDataSource1.Unvan}
This may work for you as long as you are not sorting the data in the Cross-tab other than the default sort.

How to use System Variables Line property on cross-tab

Posted: Thu Dec 25, 2008 7:14 am
by Vital
Hello,

Please check EnumeratorType property of Column or Row header.

Thank you.