Método ServerReport.Refresh
Causes the report to be rendered with new data.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Overrides Sub Refresh
public override void Refresh()
public:
virtual void Refresh() override
abstract Refresh : unit -> unit
override Refresh : unit -> unit
public override function Refresh()
Comentários
The Refreshmethod reprocesses the report and reloads the data from the report data sources.