ReportPrintEventHandler Delegate

 

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

Examples

Legacy Code Example

 

See Also

Microsoft.Reporting.WinForms Namespace

Return to top