Delegato ReportPrintEventHandler

Rappresenta il metodo che gestirà gli eventi Print e PrintingBegin.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Delegate Sub ReportPrintEventHandler ( _
    sender As Object, _
    e As ReportPrintEventArgs _
)
'Utilizzo
Dim instance As New ReportPrintEventHandler(AddressOf HandlerMethod)
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
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WinForms