[]
Represents the method that will handle StartPage, EndPage, StartSection, PrintSection events.
public delegate void ReportEventHandler(object sender, ReportEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents the method that will handle , , , events. |
| ReportEventArgs | e | Represents the method that will handle , , , events. |
| Name | Description |
|---|---|
| ReportEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ReportEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ReportEventArgs) |