ActiveReports 9
Margin Constructor

Left margin
Right margin
Top margin
Bottom margin
Ctor
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
Left margin
right
Right margin
top
Top margin
bottom
Bottom margin
See Also

Reference

Margin Structure
Margin Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum