Page 1 of 1

Show data in horizontal

Posted: Thu Jan 17, 2008 3:20 am
by ymc
I have a problem on showing the data on horizontal. For example,
I've got some name like a,b,c in a dataset and use a databand it will show
a
b
c
But I would like to show as
a b c
How can I do it?
I have think about to use a cross-tab and just input the column.
But I found that below the name have the a square with empty detail.
That is not what I want...So, any idea?

And I also wnat to ask about the cross-tab features, the position of the detail was fixed?
Sometimes I would like to have some space between the detail and total or have the line spacing between each row...

Show data in horizontal

Posted: Thu Jan 17, 2008 5:48 am
by Guest
You can use a cross-band. This is the band like a data band, but it is printed horizontally.

Concerning the cross tab issue, could you show a screenshot with line spacing between each row?

Thank you.

Show data in horizontal

Posted: Thu Jan 17, 2008 10:03 pm
by ymc
Thx.
But can I have some sample about the cross-band?

For the cross-tab issue,
a b c Total<--normal situation
d e f 0
g h i 10
What I want is
a b c Total

d e f 0

g h i 10

something like that...

Show data in horizontal

Posted: Fri Jan 18, 2008 3:12 am
by Edward
Please see the sample report on using the CrossDataBands. Spaces between lines was made specially for demonstration purposes. Please see for that BeforePrintEvent of the Text1.

Thank you.