ActiveReports 8
IncreaseSize Method
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > GridLayout Class : IncreaseSize Method

Glossary Item Box

Increases the grid layout size by one column or one row at a time.

Syntax

Visual Basic (Declaration) 
Public Sub IncreaseSize() 
C# 
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