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.
- targetReport
Type : Microsoft.Reporting.WebForms.Report
Rapport cible de l'action d'extraction.