PC-DMIS 2019 R1 Object Library
OnReportPrintStart Event
See Also  Send Topic Feedback | See Object Hierarchy Chart
PartProg
An expression that evaluates to a PartProgram object. This is the measurement routine that the report is generated from.
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnReportPrintStart Event

Glossary Item Box

Description

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.

Syntax

Visual Basic
Public Event OnReportPrintStart( _
   ByVal PartProg As PartProgram _
)

Parameters

PartProg
An expression that evaluates to a PartProgram object. This is the measurement routine that the report is generated from.

Remarks

The OnReportPrintStart event is also available from the PartProgram object.

See Also

Copyright © 2019. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.