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

Step rows and collapsed columns

1 Answer 85 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 30 Nov 2012, 03:39 PM
I'm converting some reports from SSRS to Telerik as a business case to migrate to Teleirk Reporting, but I'm having problems getting the table to stack its groups properly.

I can only find examples that show example that do this:
Group 1 Header, Group 1.1 Header, Details .........................................................................

But I need it to do this:
Group 1 Header
                            Group 1.1 Header
                                                           Details ........................................................................

Can this be done in the designer, and if so, how?
Would this be done with static groups, and if so how do those groups stack in the Row Heirarchy.


Then is it possible to collapse the Group Header columns widths to get this
Group 1 Header
Group 1.1 Header
Details.......................................
Group 1.1 Footer


I know that the table may not be the correct control, but we've got a tone of SSRS reports to convert and I've created a RDL converter that gets me 90% of the conversion done and then I just need to cleanup the expressions and bind the SSRS Group Expressions to ItemDataBound events.

I know that hacks to get data formatted in SSRS do not mean I need to do them in Telerik Reporting, so If the table is wrong, then I could change my Converter to map these messy tables to Lists instead or attach it to the Report itself if only one exists.

Thanks
Steve

1 Answer, 1 is accepted

Sort by
0
Steven
Top achievements
Rank 1
answered on 30 Nov 2012, 07:51 PM
Figured it out myself.

Used the designer from a Table to Add Parent Rows with Header/Footers and then moved the parent groups textbox to the Right and then Deleted the Left Column.

From the Group Explorer I was able to identify the heirarchy needed and the SSRS TablixMember pretty much mapped over one for one.


Steve
Tags
General Discussions
Asked by
Steven
Top achievements
Rank 1
Answers by
Steven
Top achievements
Rank 1
Share this question
or