Search
Report.ReportRun Event
See Also
 





Raised after the report has been processed using the Run method.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public event EventHandler ReportRun

Visual Basic  Copy Code

Public Event ReportRun As EventHandler

 Event Data

ReportRun event handlers receive an argument of type EventArgs.

 See Also