ActiveReports 9
Margin Constructor

The left margin value.
The right margin value.
The top margin value.
The bottom margin value.
Initializes the new instance of Margin class.
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 Margin( 
   System.float left,
   System.float right,
   System.float top,
   System.float bottom
)

Parameters

left
The left margin value.
right
The right margin value.
top
The top margin value.
bottom
The bottom margin value.
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

Margin Class
Margin Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum