Costruttore DrillthroughEventArgs

Costruisce un nuovo oggetto DrillthroughEventArgs.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
'Utilizzo
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
)

Parametri

  • reportPath
    Tipo: System.String
    Percorso del rapporto drill-through.

Vedere anche

Riferimento

DrillthroughEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WinForms