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

Telerik Reporting print data Side by Side

1 Answer 154 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Selim
Top achievements
Rank 1
Selim asked on 15 Nov 2011, 01:26 PM
I want to generate a report which is use object datasource. I passed a list of MyReports Class to Telerik.

  Structure of MyReport is: 
MyReport 
   WeekNumber 
   NumberOfSells 
   NumberOfBuys 
   TransactionVolume


I want to print report in format of :
                         Week 1        Week 2             Week 3                    Week n
NumberOfSells                         55                 50                       48                           98
NumberOfBuys                          44                 78                        59                           25
TransactionVolume                    5890              6580                   6987                      15879



How can I do this. Please help.

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 17 Nov 2011, 04:53 PM
Hi Selim,

Yes that could easily be done. Simply create a table, add all the fields (the weekNumber should be the first to maintain the layout) and then in the designer Right-Click in the table and select "Rotate Layout". That would make the table iterate horizontally instead of vertically.

Greetings,
Elian
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

Tags
General Discussions
Asked by
Selim
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or