| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ReportManager Class > ReportManager Properties >====== KeepVisible (keep progress window visible) ====== | [[deferwindow defer progress window .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[outputfilequeue advanced report generation filenames .htm|{{btn_next_n.gif|Next page}}]] | | || | | **KeepVisible** | **BYTE, PROTECTED** | {{blk2blue.jpg|blk2blue.jpg}} The **KeepVisible **property controls whether the ReportManager closes the progress window before or after the Print Preview window is displayed. A value of one (1 or True) delays the close until after the Print Preview window is closed; a value of zero (0 or False) closes the window prior to the Print Preview window open. The KeepVisible property gives you an opportunity to leave the progress window open and viewable with the Print Preview. Useful if you have results that you would like to display on the progress window. **Implementation:** The TakeCloseEvent method implements the behavior specified by the KeepVisible property. **See Also:     **[[takecloseevent a virtual to process event closewindow .htm|TakeCloseEvent]]