ActiveReports 9
DecreaseSize Method

Decreases the grid layout size by one column or one row at a time.
Syntax
'Declaration
 
Public Sub DecreaseSize() 
public void DecreaseSize()
Remarks
For example, if a GridLayout has two rows and two columns, the first call to the DecreaseSize method will subtract one column, and the second call will subtract one row. If a GridLayout has two rows and three columns, the first call to the DecreaseSize method will subtract one column, and the second call will subtract one row.
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

Reference

GridLayout Class
GridLayout Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum