次の方法で共有


ReportViewer.OnLoad メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Load イベントを発生させます。

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

構文

'宣言
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
protected override void OnLoad(
    EventArgs e
)
protected:
virtual void OnLoad(
    EventArgs^ e
) override
abstract OnLoad : 
        e:EventArgs -> unit 
override OnLoad : 
        e:EventArgs -> unit 
protected override function OnLoad(
    e : EventArgs
)

パラメーター

  • e
    型 : EventArgs
    Load イベントに関連付けられている情報。

参照

関連項目

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間