Occurs when a report is sent to the printer.
Occurs when a report is sent to the printer.
| Visual Basic |
|---|
Public Event ReportDataEvent( _ ByVal eventInfo As ReportDataInfo, _ ByRef BubbleEvent As Boolean _ ) |
Indicates how the application handles the event. Relevant only when ReportDataInfo.BeforeAction is true.
| Catching report data events (Visual Basic) | ||
|---|---|---|
| ||