1

I am creating a billing software.I need to print the invoice.Size of the invoice is A4.I am printing it using PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.Scrollable)

Now the problem is:When I am printing, it is not printing the full windows form.Instead it is printing the currently visible area of the windows form.kindly help me out.

Tanmoy Banerjee
  • 1,433
  • 3
  • 22
  • 31

1 Answers1

0

In these situations you need to use Crystal Report in case of .NET and use JasperReport in case of Java.

Tanmoy Banerjee
  • 1,433
  • 3
  • 22
  • 31