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 Print and PrintingBegin events.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public delegate void ReportPrintEventHandler(
object sender,
ReportPrintEventArgs e
)
public delegate void ReportPrintEventHandler(
Object^ sender,
ReportPrintEventArgs^ e
)
type ReportPrintEventHandler =
delegate of
sender:Object *
e:ReportPrintEventArgs -> unit
Public Delegate Sub ReportPrintEventHandler (
sender As Object,
e As ReportPrintEventArgs
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.Reporting.WinForms.ReportPrintEventArgsA ReportPrintEventArgs that contains the event data.
Examples
Legacy Code Example
See Also
Microsoft.Reporting.WinForms Namespace
Return to top