ActiveReports Developer 7
SetSize Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also