ActiveReports 8
Margin Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Margin Class : Margin Constructor

left
The left margin value.
right
The right margin value.
top
The top margin value.
bottom
The bottom margin value.

Glossary Item Box

Initializes the new instance of Margin class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal top As System.Single, _
   ByVal bottom As System.Single _
)
C# 
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