This event gets launched when a measurement routine's report starts to print. This happens whenever these occur:
-
The Print button is pressed on the Report Window.
-
The File | Printing | Report Window Print menu item is selected.
-
A PRINT command in a measurement routine is executed.
-
A measurement routine with automatic printing that is enabled from File | Printing | Report Window | Print Setup finishes executing and starts to print the report.
Visual Basic |
---|
Public Event OnReportPrintStart( _ ByVal PartProg As PartProgram _ ) |
- PartProg
- An expression that evaluates to a PartProgram object. This is the measurement routine that the report is generated from.
The OnReportPrintStart event is also available from the PartProgram object.