Hello
I am trying to print the contents of a tableview but i have problem.
This code only prints the visible part of the tableview:
I am trying to print the contents of a tableview but i have problem.
This code only prints the visible part of the tableview:
B4X:
Dim PJ As PrinterJob = PrinterJob_Static.CreatePrinterJob
PJ.ShowPageSetupDialog(Null)
PJ.ShowPrintDialog(Null)
PJ.PrintPage(TableView1)
PJ.EndJob