ActiveReports 9
BorderSizes Constructor(Single,Single,Single,Single)

Specifies the left border margin.
Specifies the right border margin.
Specifies the top border margin.
Specifies the bottom border margin.
Initializes a new instance of the BorderSizes class with the border margins specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal top As System.Single, _
   ByVal bottom As System.Single _
)
public BorderSizes( 
   System.float left,
   System.float right,
   System.float top,
   System.float bottom
)

Parameters

left
Specifies the left border margin.
right
Specifies the right border margin.
top
Specifies the top border margin.
bottom
Specifies the bottom border margin.
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

BorderSizes Class
BorderSizes Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum