DrillthroughEventArgs 建構函式 (String, Report)

 

發行︰ 2016年4月

建構新的 DrillthroughEventArgs 物件。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (於 Microsoft.ReportViewer.WinForms.dll)

語法

public DrillthroughEventArgs(
    string reportPath,
    Report targetReport
)
public:
DrillthroughEventArgs(
    String^ reportPath,
    Report^ targetReport
)
new : 
        reportPath:string *
        targetReport:Report -> DrillthroughEventArgs
Public Sub New (
    reportPath As String,
    targetReport As Report
)

參數

另請參閱

DrillthroughEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首