Click button to edit
Events And Notification: Before/After Read Event Handling
Show how to implement read events
Reads report.inp and skips all the records that are not detail records using a simple criteria
report.inp
Report layout.cs
RunEngine.cs
Console
Customer: TOMSP Freight: 11,61
Customer: HANAR Freight: 65,83
Customer: TOMSP Freight: 11,61
Customer: VICTE Freight: 41,34
ImportantYou can use lambda expressions instead of event methods, for example:
RunEngineLambda.cs