views:

208

answers:

0

Hi all.

My program needs to print receipts for some sold products. The program specifically has to work with "thermal printers," those small printers using rolls of paper. I am using Microsoft Reporting and VS2008 to design an .rdlc file, but the number of products may be significantly different and receipts with different heights are needed.

The problem is that I can't find a way to make the .rdlc document "grow" and "shrink" according to the number of products in the receipt; The paper size seems to be static.

Any ideas on how I could fix this?