Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle the RenderingComplete event of a ReportViewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public delegate void RenderingCompleteEventHandler(
object sender,
RenderingCompleteEventArgs e
)
public delegate void RenderingCompleteEventHandler(
Object^ sender,
RenderingCompleteEventArgs^ e
)
type RenderingCompleteEventHandler =
delegate of
sender:Object *
e:RenderingCompleteEventArgs -> unit
Public Delegate Sub RenderingCompleteEventHandler (
sender As Object,
e As RenderingCompleteEventArgs
)
Parameters
sender
Type: System.ObjectThe object that raised the event.
e
Type: Microsoft.Reporting.WinForms.RenderingCompleteEventArgsA RenderingCompleteEventArgs object that contains information about the event.
Remarks
For more information about handling events, see NIB: Consuming Events.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top