Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
I created RDLC report and added one table having fields like

Sr No,Item Code, Qty, Unit, Drg No,Long Description

I want Long Description field as a separate row after each record.

Can you please guide me to do this.

Thanks in advance.


What I have tried:

I created RDLC report and added one table having fields like

Sr No,Item Code, Qty, Unit, Drg No,Long Description

But all are in one table columns.
Posted
Updated 22-Jun-16 5:28am

1 solution

Right-click on the detail row, and select "Insert Row -> Inside Group - Below".

Select all of the empty cells in the new row. Right-click on them, and select "Merge Cells".

Set the field for the new merged cell to "Long Description".
 
Share this answer
 

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