How to use System Variables Line property on cross-tab

Stimulsoft Reports.WEB discussion
Post Reply
fatih1453
Posts: 8
Joined: Mon Dec 22, 2008 2:13 am

How to use System Variables Line property on cross-tab

Post 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
Attachments
114.cross-tab.JPG
114.cross-tab.JPG (26.78 KiB) Viewed 3924 times
113.column.JPG
113.column.JPG (17.68 KiB) Viewed 3922 times
112.line.JPG
112.line.JPG (15.59 KiB) Viewed 3923 times
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

How to use System Variables Line property on cross-tab

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How to use System Variables Line property on cross-tab

Post by Vital »

Hello,

Please check EnumeratorType property of Column or Row header.

Thank you.
Post Reply