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

Multicolumn & Single Graph

3 Answers 120 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Virgil
Top achievements
Rank 2
Virgil asked on 22 Dec 2008, 06:13 PM
Hello,
I'm trying to design a report that would display data in a list format as well as a graph. To use as much real estate as possible the list should be displayed on 3 column. However the graph should only be displayed once per report and it should be page-width wide.

Now, this is what I've tried so far and none worked, maybe I'm missing something:
- multiculmn subreports to display the list: apparently not implemented in this version yet;
- multicolumn report with the graph displayed in the the page footer: working somewhat, I cannot make the page footer shrink when the graph is not visible.

Any help is greately appreciated.
Thank you,
--Virgil


Example:
|---------------------------------------------------------------------------------------------------------------|
|     Follow directions              01/08/2008    56%                Ask for help as needed    |
|     01/07/2008       100%          02/25/2008    45%                01/07/2008            52%        |
|     01/08/2008         97%           Appropriate Behavior      01/08/2008            69%        |
|     02/25/2008         89%          01/07/2008    78%                02/25/2008            70%        |
|     Participate                         01/08/2008    82%                                                             |
|     01/07/2008        87%           02/25/2008    83%                                                             |
|                                                                                                                                           |
|                                                                                                                                           |          
|    The Graph                                                                                                                      |  
|     ________________________________________________________________      |
|    |                                                                        ______                                            |     |
|    |            _____                   /                             /            \                                           |     |
|    |                      \    ______/                             /               |                                          |     |
|    |                       \  /                                        /                 |___                                    |     |
|    |                        \/                           ______/                           \                                  |     |
|    |                                                                                               \                                |     |
|    |________________________________________________________________|     |
|---------------------------------------------------------------------------------------------------------------|

3 Answers, 1 is accepted

Sort by
0
Milen | Product Manager @DX
Telerik team
answered on 23 Dec 2008, 10:48 AM
Hi Virgil,

From the provided example I understand that you are trying to display beside the graph itself, the row data used in the graph.

You can use the built-in functionality of the chart item, and the result I believe will be even more clear for the end users. To do so open the Chart Builder, and navigate to the last tab in it - the "Values Data Table" one. Using the Visible property and the other additional properties you can display the data you want really nice. Please give it a try and write us if you need further assistance or the result does not satisfy you.

Best wishes,
Milen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Virgil
Top achievements
Rank 2
answered on 23 Dec 2008, 04:58 PM
Thank you Milen for your reply. I went in and tried what you suggested, I have to admint it is a nice feature. However it doesn't serve our needs. The problem is that the chart table grows horizontally and our data grows too to the point where the table goes off the visible area. The most important part of our report is the list not the graph, so I that needs to be presented nicely. It appears to me that this feature works great when you are dealing with only a few records.
I will try to see if I can work something else out.

--Virgil
0
Milen | Product Manager @DX
Telerik team
answered on 29 Dec 2008, 12:57 PM
Hello virgil,

I am sorry to hear that this solution does not fit to your needs.

For a custom case like this one possible solution is to make a single column subreport, and dynamically (at runtime) add subreport items with new instances of the subreport for each group of your data. For example from the sample data you provided can be generated four subreport items with subreports fed with different data. Each subreport item can be positioned table-like in the detail section of the master report.

The possibility to fully arrange your report programmatically is one of the biggest advantages of our reporting solution. See Creating Report Items Programmatically for more information on dynamic creation of reports/items.

Write us if you need further assistance.

Best wishes,
Milen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Virgil
Top achievements
Rank 2
Answers by
Milen | Product Manager @DX
Telerik team
Virgil
Top achievements
Rank 2
Share this question
or