'The standard print controller comes with no UI
Dim standardPrintController As New System.Drawing.Printing.StandardPrintController
'Print the report using the custom print controller
objPrintDoc1.PrintController = standardPrintController
objPrintDoc1.PrintController = New Printing.StandardPrintController