Application.ReportBeforeRightClick

This event is called before a report right-click is processed.

Syntax Parameters Return Value
Event Application.ReportBeforeRightClick( _
    Report As Report, _
    Where As Integer, _
    ByRef Cancel As Boolean)
  • Report [in]

Type: Report

  • Where [in,out]

Type: Integer

  • Cancel [in,out]

Type: Boolean

-