HasPrintManager

Set this property to false to hide the Print Manager on a particular page in a Web Forms application.

Applies to

Window controls

Usage

In scripts, surround the HasPrintManager property in a conditional compilation code block for Web Forms applications:
   #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.

See Web Forms Print Manager.

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.

Note: In MDI applications, manager icons appear on the frame window. To hide the Print Manager icon after it is activated, you must set the HasPrintManager property of both the frame and the active sheet to false.