共用方式為


DrillthroughEventArgs 建構函式

建構 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
)

參數

請參閱

參考

DrillthroughEventArgs 類別

Microsoft.Reporting.WebForms 命名空間