Share via


Report.Refresh Method

Causes the report to be rendered with new data.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public MustOverride Sub Refresh
'Usage
Dim instance As Report

instance.Refresh
public abstract void Refresh ()
public:
virtual void Refresh () abstract
public abstract void Refresh ()
public abstract function Refresh ()

Remarks

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

See Also

Reference

Report Class
Report Members
Microsoft.Reporting.WebForms Namespace