Hi
i want to print single row multiple time in rdlc For example I have one sales shipment line with quantity 5 then report should print 5 lines with same data.
Is this possible?
Hi
i want to print single row multiple time in rdlc For example I have one sales shipment line with quantity 5 then report should print 5 lines with same data.
Is this possible?
Thanks
Hi, I think another easy way is to use a temporary table and insert rows based on the quantity.
Hope this can give you some hints.
Thanks.
ZHU
Hi Nitin
It is not working
Integer.SETRANGE(Number, 1, "Purchase Line".Quantity / 500);
I want that number to repeat in 4 line but it is inserting item then inserting 4 black line. I have tried alternate grouping but it also not worked.
What is wrong in this?
Yes in that case you need to take Integer data time, and On OnPredataItem, just setrange("No.",1,Rec.Quantity)
André Arnaud de Cal... 291,622 Super User 2024 Season 2
Martin Dráb 230,354 Most Valuable Professional
nmaenpaa 101,156