Partager via


Constructeur BackEventArgs

Construit un nouvel objet BackEventArgs.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    parentReport As Report _
)
'Utilisation
Dim parentReport As Report

Dim instance As New BackEventArgs(parentReport)
public BackEventArgs(
    Report parentReport
)
public:
BackEventArgs(
    Report^ parentReport
)
new : 
        parentReport:Report -> BackEventArgs
public function BackEventArgs(
    parentReport : Report
)

Paramètres

Voir aussi

Référence

BackEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms