ActiveReports 6 Online Help
DrawBorder(Border,RectangleF,Single,Single,Single,Single) Method

Paints the specified border at the specified coordinates with the specified boundaries.
Syntax
'Declaration
 
Public Overloads Sub DrawBorder( _
   ByVal border As Border, _
   ByVal bounds As RectangleF, _
   ByVal bWidthT As Single, _
   ByVal bWidthL As Single, _
   ByVal bWidthB As Single, _
   ByVal bWidthR As Single _
) 
public void DrawBorder( 
   Border border,
   RectangleF bounds,
   float bWidthT,
   float bWidthL,
   float bWidthB,
   float bWidthR
)

Parameters

border
bounds
bWidthT
bWidthL
bWidthB
bWidthR
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

Page Class
Page Members
Overload List

Send Feedback