dear friends,
i'm new to c#,in that days i'm developing POS system.for the receipt i used crystal reports.but i have a problem,receipt height should be increase according to no of item in the list.but i carn't find dynamic page size in crystal reports.how to implement this scenario in c#
printer - epsone POS rollpaper printer
thanks.
Loading
Guest UserPosted Aug 10, 2014, 1:30 AM
If you get scroll then i say you need to set the height dynamically e,g
listbox.height=noOfItems * 20