📚 SAP Business One SDK Help

ReportDataBefore Event
See Also 
eventInfo
The object that holds the event information
BubbleEvent

Indicates how the application handles the event.

  • True: The application handles the event after the current event handler is finished (default).
  • False: The application does not handle the event.
  • Description

    The event occurs before a print preview was requested for a report.

    Syntax

    Visual Basic
    Public Event ReportDataBefore( _
       ByVal eventInfo As ReportDataInfo, _
       ByRef BubbleEvent As Boolean _
    )

    Parameters

    eventInfo
    The object that holds the event information
    BubbleEvent

    Indicates how the application handles the event.

  • True: The application handles the event after the current event handler is finished (default).
  • False: The application does not handle the event.
  • See Also