Version

Reset(Boolean) Method

Resets this RowLayout object to the default value or to the current rowlayout from the band if fromBand is true.
Syntax
'Declaration
 
Public Overloads Sub Reset( _
   ByVal fromBand As Boolean _
) 
public void Reset( 
   bool fromBand
)

Parameters

fromBand
True to reset to the current band settings. False to reset to the default.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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