*EndReports()

Ends a reports block in the preferences file.

Syntax

*EndReports()

Application

HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, and TextView.

Context

*BeginDefinitions()

*BeginReports()

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()