次の方法で共有


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 名前空間