| Visual Basic (Declaration) | |
|---|---|
Public Event ReportEnd() As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler ReportEnd() | |
| C# | Copy Code |
|---|---|
private void rptMain_ReportEnd(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptMain_ReportEnd(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportEnd | |
This event can be used to close or free any objects that you were using while running a report in unbound mode, or to display an information message to the end user.