Set this property to false to hide the Print Manager on a particular page in a Web Forms application.
Window controls
#IF DEFINED PBWEBFORM THEN w_mywindow.HasPrintManager = false #END IF
This property is valid for .NET Web Forms applications only when the Print Manager is activated. You activate the Print Manager by calling a supported print method.
By default, the HasPrintManager property is set to true. When you activate the Print Manager, all window forms show the Print Manager icon unless you set the HasPrintManager for a particular window to false. The Print Manager icon gives users access to a print manager for files on the Web Forms server.