Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As ReportViewer
instance.Clear
public void Clear ()
public:
void Clear ()
public void Clear ()
public function Clear ()
Remarks
The Clear method resets the ReportViewer user interface elements to their default states.
Example
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
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace