ActiveReports Developer 7
SetLocation Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : SetLocation Method

left
The x-coordinate of the top-left edge.
top
The y-coordinate of the top-left edge.

Glossary Item Box

Sets the report item location.

Syntax

Visual Basic (Declaration) 
Sub SetLocation( _
   ByVal left As Length, _
   ByVal top As Length _
) 
C# 
void SetLocation( 
   Length left,
   Length top
)

Parameters

left
The x-coordinate of the top-left edge.
top
The y-coordinate of the top-left edge.

See Also