*BeginReports()

Begins a reports block in the preferences file.

Syntax

*BeginReports()

Application

HyperGraph 2D, HyperGraph 3D, HyperViewMediaView, MotionView, and TextView.

Context

*BeginDefinitions()

Example

*BeginDefinitions()
  *BeginReports()
    *DefineReport(repdef_sdf_test, dat_file)
      *ReportLabel("SDF Test Summary")
      *Page(page_text_sum, "SDF Text Summary", pagedef_text_sum, dat_file)
    *EndDefine()
  *EndReports()
*EndDefinitions()