DrillthroughEventArgs-Konstruktor
Erstellt ein DrillthroughEventArgs-Objekt.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public Sub New ( _
reportPath As String, _
targetReport As Report _
)
'Usage
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
)
Parameter
- reportPath
Typ: System.String
Der Pfad des Drillthroughberichts.
- targetReport
Typ: Microsoft.Reporting.WebForms.Report
Der Zielbericht der Drillthroughaktion.