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.
Causes the report to be rendered with new data.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public abstract void Refresh()
public:
virtual void Refresh() abstract
abstract Refresh : unit -> unit
Public MustOverride Sub Refresh
Remarks
The Refresh method reprocesses the report and reloads the data from the report data sources.
See Also
Report Class
Microsoft.Reporting.WinForms Namespace
Return to top