ReportViewer.Reset Method
Resets the control to its default values.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub Reset
'Usage
Dim instance As ReportViewer
instance.Reset
public void Reset ()
public:
void Reset ()
public void Reset ()
public function Reset ()
Remarks
Call the Reset method to cancel any current rendering and reset the ReportViewer control to its default state.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace