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

Report Viewer

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 23 Dec 2013, 05:12 PM

The Report Viewer is showing:







Jones



    FirstName                      Position                           Age



     Fred                               Engineer                         45



     Harold                            Janitor                             36



Smith



     FirstName                     Position                            Age



      Sally                             Secretary                         32



      Mary                             Attorney                           33



                         











I want to show this:







Jones -------------------------------------------------------



FirstName: Fred



Position: Engineer



Age: 45







FirstName
: Harold



Position: Janitor



Age: 36







Smith ----------------------------------------------------------



FirstName: Sally



Position: Secretary



Age: 32







FirstName: Mary



Position: Attorney



Age: 33







Notice how those who share the same last name are under the same LastName header.

I want to have a row layout not a column layout.

Is this possible?



Also, how do you page break?  The Report Viewer keeps doing this:



Jones

------------------------------ PAGE BREAK --------------------------

      FirstName                                     Position                                          Age

      Fred                                              Engineer                                         45

      Harold                                           Janitor                                            36  

   



It's splitting my groups up.

Any suggestions?



















 



1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 24 Dec 2013, 02:10 PM
Hi Raymond,

Reports created with Telerik Reporting can be redesigned after created with the Report Wizard. Use Visual Studio report designer or the Standalone Designer for the purpose.

You can create a grouping by Last Name in the report, then order TextBox items in the Detail section to get the desired layout. For example take a look at the attached sample project. The created grouping can be checked in the Group Explorer.

Let us know if you have any further questions.

Regards,
Stef
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
General Discussions
Asked by
Raymond
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or