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

Multi Column Report

7 Answers 221 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
RK
Top achievements
Rank 1
RK asked on 21 Jun 2011, 11:18 PM
I tried changing the column count of the details section to 2. No matter how i change the width and it's contents, my report shows in only one column. Any idea whether I'm missing to do something?

Thanks !

7 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 Jun 2011, 07:52 AM
Hello rk,

If the report does not render the number of columns set in ColumnCount, it is likely due to either the report width being too large or a control in the DetailSection is too large. Check for report items that are greater than the width of the report and the column width itself.

The column width can be calculated as:  Page width minus sum of left and right margins minus ColumnSpacing * (ColumnCount - 1). The result should be divided to the ColumnCount.

Greetings,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
RK
Top achievements
Rank 1
answered on 22 Jun 2011, 02:22 PM
Reply not very clear. Also, where can i set the Page width. all I see is 4 margin settings.

I do have all controls in the details section very small and well fit to the area. (btw, I'm displaying small images )

Thanks!
0
Steve
Telerik team
answered on 22 Jun 2011, 04:24 PM
Hello rk,

You do not have to change the Page Width, my previous reply explains how you can calculate the column width. The Page dimensions are predefined if you are using predefined PaperKind e.g. Letter, A4 etc. If you want to manually change it, you should set the PaperKind to Custom and then edit the PaperSize width.

An example of multi-column report is our Product Tags report. You can review the report itself if you have installed the examples locally.

Best wishes,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
RK
Top achievements
Rank 1
answered on 22 Jun 2011, 04:42 PM
I ran the Product Tags report from your website via demo option. Even that report shows as single column. However, when exported to PDF, it shows in two columns. Exactly that is what happens in my report also. When exported to pdf, it shows up in two columns.
0
Steve
Telerik team
answered on 23 Jun 2011, 08:57 AM
Hello rk,

If you open the link I provided in my previous post, you would notice that the report is rendered as multi-column. You have probably opened the Web Report Viewer demos which does not support multi-column - this is reflected in our documentation:

Regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
IamSalik
Top achievements
Rank 1
answered on 15 Jun 2015, 09:12 AM

Hello Steve, 

I have created the standalone (.trdx) report which shows multi column in print preview and single column in html rendering. But it renders the data down then across. While i want it to be rendered across then down. Does these report support this feature yet?

Thanks

0
Nasko
Telerik team
answered on 15 Jun 2015, 09:23 AM
Hello IamSalik,

The scenario is supported via the List report item. For more information, please refer to the How to: Create Multi-Column Report - Across the Page and Then Down KB article.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
RK
Top achievements
Rank 1
Answers by
Steve
Telerik team
RK
Top achievements
Rank 1
IamSalik
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or