Partilhar via


Método ServerReport.Refresh

Causes the report to be rendered with new data.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.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 Refresh method reprocesses the report and reloads the data from the report data sources.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WebForms