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

How to show detail data to across then down?

5 Answers 313 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Avelyn Teh
Top achievements
Rank 1
Avelyn Teh asked on 03 Feb 2012, 08:50 AM
Dear Admin,

Please kindly advise how to show report data to across then down?
eg.  
Item01   Item02   Item03   Item04   Item05
Item06   Item07   Item08   Item09   Item10
Item11   Item12  

Thanks

5 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 Feb 2012, 09:35 AM
Hi Avelyn,

The detail section is printed once for every row in the data source similarly to a repeater and this happens vertically. The columns actually represent the separate pages of the report, which are treated as logical pages rendered on the same physical page. Columns are arranged from left to right, top to bottom, and are separated by white space between each, and data flow in the columns is top to bottom, left to right. If the report is divided into more than one column, each physical page is divided vertically into columns, each of which is considered a logical page. The easiest way to visualize this is imagining the columns in a newspaper.

So in short there is no straight-forward approach, but you can handle this scenario with some manual preparation of the data and our agile CrossTab item. We have prepared a sample project and video showing how to accomplish this task. Please review the attachments and let us know if you need further assistance.

Regards,
Steve
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

0
Avelyn Teh
Top achievements
Rank 1
answered on 06 Feb 2012, 08:28 AM
Dear Steve,

Could you please provide sample project in VB.net?
Appreciated your help and supporting.

Thanks and best regards

0
Chris Gillies
Top achievements
Rank 1
answered on 06 Feb 2012, 09:32 AM
Use the code converter: http://converter.telerik.com/
0
Jon_BCV
Top achievements
Rank 1
answered on 15 Apr 2012, 02:02 PM
I tried the sames - But the page headers do not show up.. any ideas?
thanks
0
Steve
Telerik team
answered on 17 Apr 2012, 12:05 PM
Hi Karen,

The provided CrossTab does not have a header. In order to have a repeating column header for example, you need to add a parent group with no grouping criteria and tick the "Add Header" checkbox. Then in order to repeat this header, you should set the ColumnHeadersPrintOnEveryPage property to true.

All the best,
Steve
the Telerik team
NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.
Tags
General Discussions
Asked by
Avelyn Teh
Top achievements
Rank 1
Answers by
Steve
Telerik team
Avelyn Teh
Top achievements
Rank 1
Chris Gillies
Top achievements
Rank 1
Jon_BCV
Top achievements
Rank 1
Share this question
or