Search
Report.ReportRun Event
See Also
 





Raised after the report has been processed.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 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