Udostępnij za pośrednictwem


Zdarzenie ReportViewer.Print

Occurs when a user prints the report.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
Public Event Print As ReportPrintEventHandler
public event ReportPrintEventHandler Print
public:
 event ReportPrintEventHandler^ Print {
    void add (ReportPrintEventHandler^ value);
    void remove (ReportPrintEventHandler^ value);
}
member Print : IEvent<ReportPrintEventHandler,
    ReportPrintEventArgs>
Język JScript nie obsługuje zdarzeń.

Uwagi

This event occurs when a user prints the report.

For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms