set_chksearch
set_chksearch
set_chkSearch($allow = true)
Parameter | Description |
---|---|
$allow | A boolean to show (iTure) or hide(False) the search box of your report. The default is True. |
$report = new ReportOptions(SRE_PUBLIC_REPORT);
$report->select_tables(array("items"))
->set_chkSearch(false)
->select_all_fields();
$engine = new CustomEngine($report);
$report_path = $engine->create_report();