| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > Crystal8 Class >====== Init (initialize Crystal8 object) ====== | [[haszoomcontrol display zoom control on report preview .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[kill shut down crystal8 object .htm|{{btn_next_n.gif|Next page}}]] | | || **Init** (//reportname//) **Init****  Initialize the Crystal8 object.** //reportname// A string constant, variable, EQUATE, or expression containing the report name. This report name is used when previewing a report. It is also the window caption (text). The Init method initializes the Crystal8 object. This method also sets the title of the preview window, if the report is previewed. A BYTE is returned from this method and represents whether the report engine is successfully initialized. **Return Data Type:** BYTE **Example:** **oCrystal8.Init( ReportPathName )**