ActiveReports 8
ClearCachedReport Method
See Also 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ClearCachedReport Method

Glossary Item Box

Clears any currently queued or cached report documents for this instance of the control. Use this method if you want to force the control to re-run a report subsequently specified in the Report property.

Syntax

Visual Basic (Declaration) 
Public Sub ClearCachedReport() 
C# 
public void ClearCachedReport()

Remarks

Since this method only clears any cached reports, you must specify a new report to use for output by setting the Report property after calling this method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also