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

public override void Refresh()
public:
virtual void Refresh() override
override Refresh : unit -> unit
Public Overrides Sub Refresh

Remarks

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

See Also

LocalReport Class
Microsoft.Reporting.WinForms Namespace

Return to top