Partager via


Constructeur DrillthroughEventArgs

Construit un nouvel objet DrillthroughEventArgs.

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

Syntaxe

'Déclaration
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
'Utilisation
Dim reportPath As String
Dim targetReport As Report

Dim instance As New DrillthroughEventArgs(reportPath, _
    targetReport)
public DrillthroughEventArgs(
    string reportPath,
    Report targetReport
)
public:
DrillthroughEventArgs(
    String^ reportPath, 
    Report^ targetReport
)
new : 
        reportPath:string * 
        targetReport:Report -> DrillthroughEventArgs
public function DrillthroughEventArgs(
    reportPath : String, 
    targetReport : Report
)

Paramètres

  • reportPath
    Type : System.String
    Chemin d'accès au rapport d'extraction.

Voir aussi

Référence

DrillthroughEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms