次の方法で共有


ReportViewer.Clear メソッド

Clears the report view and fills it with the background color of the control.

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

構文

'宣言
'使用

解説

The Clear method resets the ReportViewer user interface elements to their default states.

private void button1_Click(object sender, EventArgs e)
{
   reportViewer.Clear();
}
Private Sub Button1_Click(ByVal sender As System.Object, _
            ByVal e As System.EventArgs) Handles Button1.Click
   ReportViewer1.Clear()
End Sub

参照

リファレンス

ReportViewer クラス
ReportViewer メンバ
Microsoft.Reporting.WinForms 名前空間