ActiveReports 9
IncreaseSize Method

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