ActiveReports for .NET 18.0J
Margins コンストラクタ(Single,Single,Single,Single)

GrapeCity.ActiveReports.Document.Section 名前空間 > Margins クラス > Margins コンストラクタ : Margins コンストラクタ(Single,Single,Single,Single)
The left.
The top.
The right.
The bottom.
Initializes a new instance of the Margins class.
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
)
public Margins( 
   float left,
   float top,
   float right,
   float bottom
)

パラメータ

left
The left.
top
The top.
right
The right.
bottom
The bottom.
例外
例外解説
Left margin value must be greater than 0 or Top margin value must be greater than 0 or Right margin value must be greater than 0 or Bottom margin value must be greater than 0
参照

Margins クラス
Margins メンバ
オーバーロード一覧