Raised after the report has been processed using the Run method.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler ReportRun |
Visual Basic
Copy Code
|
|---|
Public Event ReportRun As EventHandler |
Event DataReportRun event handlers receive an argument of type EventArgs.
See Also