Partager via


DrillthroughEventArgs, constructeur

Construit un objet DrillthroughEventArgs.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
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 : String
    Chemin d'accès au rapport d'extraction.

Voir aussi

Référence

DrillthroughEventArgs Classe

Microsoft.Reporting.WebForms, espace de noms