Skip to content

Starting_Main_Report - BasicReport

Called only if the current report is an outer report

Type: Event
Return Data Type: Integer

Syntax

Function Starting_Main_Report Returns Integer

Description

Starting_main_report is called only if the current report is an outer report (it has no parent report-its child_rpt_state is false). This is a very useful user hook where you can initialize report values and set up your output device and channels.

Return Value

A non-zero return value will cancel the report.