ActiveReports.Viewer3 Request technical support
Refresh Method
See Also 


Forces the table of contents to invalidate its client area and immediately redraw itself and any child controls.

Syntax

Visual Basic (Declaration) 
Public Sub Refresh() 
Visual Basic (Usage)Copy Code
Dim instance As TableOfContentsObject
 
instance.Refresh()
C# 
public void Refresh()

See Also