ActiveReports 8
SetSize Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : SetSize Method

width
Width of the report item.
height
Height of the report item.

Glossary Item Box

Set the size of this report item.

Syntax

Visual Basic (Declaration) 
Sub SetSize( _
   ByVal width As Length, _
   ByVal height As Length _
) 
C# 
void SetSize( 
   Length width,
   Length height
)

Parameters

width
Width of the report item.
height
Height of the report item.

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