ExportEventHandler Delegate

 

Represents the method that will handle the E:Microsoft.ReportingServices.WinForms.ReportViewer.Export event.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public delegate void ExportEventHandler(
    object sender,
    ReportExportEventArgs e
)
public delegate void ExportEventHandler(
    Object^ sender,
    ReportExportEventArgs^ e
)
type ExportEventHandler = 
    delegate of 
        sender:Object *
        e:ReportExportEventArgs -> unit
Public Delegate Sub ExportEventHandler (
    sender As Object,
    e As ReportExportEventArgs
)

Parameters

Remarks

For more information about handling events, see NIB: Consuming Events.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top