| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > Crystal8 Class >====== ShowReportControls (show print controls) ====== | [[showdocumenttips show tips on docuement in the preview window .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[showtoolbartips show tips on preview window toolbar .htm|{{btn_next_n.gif|Next page}}]] | | || **ShowReportControls** (| //showreportcontrols// |) ** ** **ShowReportControls**** Display tooltips in the document being previewed.** //showreportcontrols// An integer constant, variable, EQUATE, or expression that specifies whether the print controls are displayed. A value of one (1) will cause the print controls to be displayed. A value of zero (0) indicates that will hide the print controls. This parameter is optional and defaults to TRUE if omitted. The **ShowReportControls** method is used to display the print controls. The print controls include the First, Previous, Next, and Last Page buttons as well as the buttons for Cancel, Close, Export, and Print to Printer. This method returns a BYTE representing the value of //showreportcontrols//. **Return Data Type:** BYTE **Example: ** **oCrystal8.ShowReportControls(1)**