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

Whats the best way to do this ?

2 Answers 73 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 12 Jun 2009, 05:00 PM
2009
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
9594.87 103953.72 179878.33 203858.25 203858.25 203858.25 203858.25 203858.25 203858.25 203858.25 203858.25 203858.25
2008
48153.11 87841.04 121103.93 202901.28 296412.69 386817.25 417947.51 484336.18 558378.62 613637.20 687241.44 775677.05
2007
11231.50 86035.03 142648.52 153140.55 177044.63 241382.13 269270.28 293658.40 401262.78 430936.81 555276.89 655150.96
Trying to convert this series of gridviews to one report in telerik. Was wondering what would be the best way to display this data in a telerik report would be as I am a newbie. The listing of the years in the first column are fed by a stored proc. Each row of totals is essentially is a gridview which is also fed by their own individual stored proc. Like I said, I am new to this but was thinking that either a table or cross tab controls would be the way to do this. (Or a series of...) The databinding is an issue i am dealing with as well.Any suggestions would be greatly appreciated.

Jason   

2 Answers, 1 is accepted

Sort by
0
Accepted
Massimiliano Bassili
Top achievements
Rank 1
answered on 15 Jun 2009, 10:29 AM
The table item is just what you need (the Table, Crosstab and List items are actually the same Table item with different initial settings, according to the documentation - http://www.telerik.com/help/reporting/table-working-with-table-cross-table-list-items.html).
What you need to figure out is which fields would be the Row and which Column group hierarchies.
The groups in the RowGroups hierarchy define rules how the rows of the Table will be repeated, while the groups in the ColumnGroups hierarchy are responsible for the columns. So the leaf groups in the RowGroups (leaf group has no child groups) defines the rows in the Table Body while the leaf column groups define the columns of the Table Body. The documentation covers these in more detail - http://www.telerik.com/help/reporting/table-overview.html

Cheers
0
Jason
Top achievements
Rank 1
answered on 15 Jun 2009, 07:19 PM
Thanks for the info !!
Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Massimiliano Bassili
Top achievements
Rank 1
Jason
Top achievements
Rank 1
Share this question
or