构造一个 DrillthroughEventArgs 对象。
命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
用法
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
)
参数
- reportPath
 类型:System.String
 钻取报表的路径。
- targetReport
 类型:Microsoft.Reporting.WebForms.Report
 钻取操作的目标报表。