| Visual Basic (Declaration) | |
|---|---|
Public Event RenderingCompleted() As RenderingCompletedEventHandler | |
| C# | |
|---|---|
public event RenderingCompletedEventHandler RenderingCompleted() | |
The event handler receives an argument of type RenderingCompletedEventArgs containing data related to this event. The following RenderingCompletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Report | ReportRuntime instance for current report. |