2
votes

I am using crystal report -13.0.7 in Asp.net mvc application but when i am doing Group By using 2 fields or 1 fields it display space between Group By field and Details Data horizontally.I want to display Group field and detail data field in same line horizontally.Can any one suggest me any solution please.

I shared report screen shot.If you have any query feel free to revert me.

enter image description here

2nd Screen Shot when duplicated if second group by changes

1

1 Answers

1
votes

Since you have 2 groups (Generic name and Dosage From) i suppose you have putted each field in it's own group header.

In group header of generic name you have generic name field and in Dosage From header you have dosage from field. To avoid that, suppress 1st group header (in your case Generic name header) and put field Generic name into Dosage From header. To suppress section, you have to right-click on section and check suppress or in section expert check suppress.

Hope it helps you