Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi, i want to split detail section into two individual parts vertically. i have divide it into two parts vertically but they are not independent..in the first column i have repeated data and other side i have static data...

i want to diplat them as below

repeated data
Item_No     Qty     Price                        Static data
0001         1      250.00                               Total Amount = <somevalue>
0002         2      1253.50                              Total Paid   = <somevalue>
0003         2      2500.00                 
0004         4      250.00
0005         1      2555.00


but it shows static data first and then shows the repeated data..so there is a blank space in the left side column..i hope my question is clear...need help :)
Posted
Comments
ShaikhM 26-Dec-12 19:11pm    
Try using a subreport in your detail section for the Totals value.
Dilan Shaminda 27-Dec-12 11:54am    
i have done it...but repeated data prints after the total values

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