This topic has not yet been rated - Rate this topic

ReportViewer.Clear Method

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

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
public void Clear ()
public void Clear ()
public function Clear ()

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

private void button1_Click(object sender, EventArgs e)
{
   reportViewer.Clear();
}
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.