This is a migrated thread and some comments may be shown as answers.

How to span a table in two columns in Telerik Reporting?

1 Answer 267 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Luiz
Top achievements
Rank 1
Luiz asked on 07 Nov 2017, 08:20 PM

I'm trying to replicate an Invoice using Telerik Reporting. The detail section contains a table that lists each order's item. It holds around 15 items per page but I need it to hold 30.

Basically I want to turn this:

------------------------------------------------------------------------
 # | Description                        | Qty |  Unit Price  | Price
------------------------------------------------------------------------
 1 | XXXXXXXXXXXXX                      | 001 |       15.00  | 15.00
 2 | YYYYYYYYYYY                        | 005 |        2.50  | 12.50

 

Into this:

------------------------------------------------------------------------
 # | Desc. | Qty | U. Price | Price | # | Desc. | Qty | U. Price | Price
------------------------------------------------------------------------
 1 | XXXXX | 001 |   15.00  | 15.00 | 3 | ZZZZZ | 002 |   15.00  | 30.00
 2 | YYYY  | 005 |    2.50  | 12.50 |

 

I think it can be done using a crosstab by I tried and couldn't do it. Any help is appreciated.

1 Answer, 1 is accepted

Sort by
0
Luiz
Top achievements
Rank 1
answered on 08 Nov 2017, 06:12 PM

Nevermind this. I missed the report's PageSettings.ColumnCount property.

Just remember to set report's width size to the desired column width or else the table will not span to the second column.

Tags
General Discussions
Asked by
Luiz
Top achievements
Rank 1
Answers by
Luiz
Top achievements
Rank 1
Share this question
or