ActiveReports Developer 7
Invalidate(Region,Boolean) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > Invalidate Method : Invalidate(Region,Boolean) Method

region
invalidateChildren

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Invalidate( _
   ByVal region As Region, _
   ByVal invalidateChildren As System.Boolean _
) 
C# 
public void Invalidate( 
   Region region,
   System.bool invalidateChildren
)

Parameters

region
invalidateChildren

See Also