Report.Refresh Method

Causes the report to be rendered with new data.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public MustOverride Sub Refresh
'Usage
Dim instance As Report

instance.Refresh
public abstract void Refresh ()
public:
virtual void Refresh () abstract
public abstract void Refresh ()
public abstract function Refresh ()

Remarks

The Refresh method reprocesses the report and reloads the data from the report data sources.

See Also

Reference

Report Class
Report Members
Microsoft.Reporting.WinForms Namespace