次の方法で共有


BackEventArgs コンストラクター

新しい BackEventArgs オブジェクトを構築します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Sub New ( _
    parentReport As Report _
)
'使用
Dim parentReport As Report

Dim instance As New BackEventArgs(parentReport)
public BackEventArgs(
    Report parentReport
)
public:
BackEventArgs(
    Report^ parentReport
)
new : 
        parentReport:Report -> BackEventArgs
public function BackEventArgs(
    parentReport : Report
)

パラメーター

関連項目

参照

BackEventArgs クラス

Microsoft.Reporting.WinForms 名前空間