Share via


LocalReport.Refresh Method

Causes the local report to be rendered with new data.

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

Syntax

'Declaration
Public Overrides Sub Refresh
'Usage
Dim instance As LocalReport

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

Remarks

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

See Also

Reference

LocalReport Class
LocalReport Members
Microsoft.Reporting.WinForms Namespace