*SetReportAutoFit()
Specifies whether or not autofit is on for reports.
Syntax
*SetReportAutoFit (state)
Application
HyperGraph 2D and HyperGraph 3D, HyperView, MediaView, MotionView, TextView
Inputs
- state
 - 
            
- “On”
 - Turns auto fit on for reports.
 - “Off”
 - Turns auto fit off for reports.
 
 
Context
*BeginDefaults()
Example
*BeginDefaults()
   *SetReportAutoFit(On)
*EndDefaults()