Raised after the report has been processed.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
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