共用方式為


DrillthroughEventArgs 建構函式

建構新的 DrillthroughEventArgs 物件。

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

語法

'宣告
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
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
    類型:String
    鑽研報表的路徑。

請參閱

參考

DrillthroughEventArgs 類別

Microsoft.Reporting.WinForms 命名空間