Partilhar via


Método Report.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 MustOverride Sub Refresh
public abstract void Refresh()
public:
virtual void Refresh() abstract
abstract Refresh : unit -> unit 
public abstract function Refresh()

Comentários

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

Consulte também

Referência

Report Classe

Namespace Microsoft.Reporting.WebForms