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 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
ServerReport Class
Microsoft.Reporting.WinForms Namespace
Return to top