i have a table that is create in sql server 2005. I want a report of this table.
The header are Customer Name,No,Part Name,Part Price,No Of Quntity,Total Price,,,,
How can Arrange it in the crystal report Where Customer Name is only single time .......and Other detail is more tha开发者_StackOverflown one...... and i want them in a Column format then is a in Vartical Align..... How can i do so....... It is look like
customer Name:- Neeil No PartName PartPrice NoOfQuntity TotalPrice 1 hard_disk 3000 2 6000
Just create a group for Customer Name field and put the other fields in the Details section below that group.
精彩评论