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.
Occurs when the report finishes rendering.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public event RenderingCompleteEventHandler RenderingComplete
public:
event RenderingCompleteEventHandler^ RenderingComplete {
void add(RenderingCompleteEventHandler^ value);
void remove(RenderingCompleteEventHandler^ value);
}
member RenderingComplete : IEvent<RenderingCompleteEventHandler,
RenderingCompleteEventArgs>
Public Event RenderingComplete As RenderingCompleteEventHandler
Remarks
This event occurs when the report finishes rendering. Information about this event is passed in a RenderingCompleteEventArgs object to the RenderingCompleteEventHandler delegate, which handles the event.
For more information about handling events, see NIB: Consuming Events.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top