| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > Crystal8 Class >====== HasPrintSetupButton (display print setup button on report preview) ====== | [[hasprintbutton display print button on report preview .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[hasprogresscontrols display progress controls on report preview .htm|{{btn_next_n.gif|Next page}}]] | | || **HasPrintSetupButton** (| //hasprintsetupbutton// |) ** ** **HasPrintSetupButton**** Allows a print setup button on the report preview window.** //hasprintsetupbutton// An integer constant, variable, EQUATE, or expression that specifies whether a print setup button will appear on the reports preview window. A value of one (1) displays the print setup button; a value of zero (0) does not display the print setup button. The HasPrintSetupButton method is used to optionally display a print setup button on the report preview window. This method returns a BYTE representing the value of //hasprintsetupbutton//. **Return Data Type:** BYTE **Example:** **oCrystal8.HasPrintSetupButton(1)**