Reputation: 1007
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.
Upvotes: 2
Views: 900
Reputation: 4620
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
Upvotes: 1