Click here to Skip to main content
15,920,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i created report [win app]with C# .net 2012
i have Item number [ItemNo] and Serial number [SerialNo]
i want to show Group ItemNo [430-R41497A8F5] and Serial No [2nd row]
running only 4 column [if more than 2 serial break to new row ] until end of data
please help. How to do ?!

now i get

430-R41497A8F5 430-R41504B5J3
2130300001 2130300002 2130300003 2130300004 3130300013 3130300014 3130300015

correct report

430-R41497A8F5
2130300001 2130300002
2130300003 2130300004
430-R41504B5J3
3130300013 3130300014
3130300015

**Sorry for my poor English and I hope you can understand me

Thank you

APS
Posted
Comments
Mohan Gopi 28-Aug-13 7:53am    
I thought you need to add RowGroup as a ItemNo.

1 solution

use matrix for this will be easy for you.
 
Share this answer
 
Comments
Member 10219471 28-Aug-13 21:28pm    
@Permalink
now i used matrix in report viewer
i show in matrix by data sequence column, can i new line when count column = 3

Ex.

Before
2130300001 2130300002 2130300003 2130300004 3130300013 3130300014 3130300015

After (i want)

2130300001 2130300002 2130300003
2130300004 3130300013 3130300014
3130300015

please help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900