DrillthroughEventArgs 构造函数

构造一个新的 DrillthroughEventArgs 对象。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.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
)

参数

请参阅

参考

DrillthroughEventArgs 类

Microsoft.Reporting.WinForms 命名空间