ActiveReports Developer 7
Refresh Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > SidebarPanel Class : Refresh Method

Glossary Item Box

Forces the sidebar to invalidate its client area and immediately redraw itself and any child controls.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Refresh() 
C# 
public virtual void Refresh()

See Also