FlexReport for WinForms
Anchor プロパティ (FieldBase)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FieldBase クラス : Anchor プロパティ
Gets or sets a value determining how the field's vertical position changes relative to its containing SubSection.
シンタックス
'宣言
 
Public Property Anchor As AnchorEnum
'使用法
 
Dim instance As FieldBase
Dim value As AnchorEnum
 
instance.Anchor = value
 
value = instance.Anchor
public AnchorEnum Anchor {get; set;}
解説

Normally, fields do not move when sections grow or shrink. In some cases, however, you may want fields to grow with the section or to stay in the same position relative to the bottom of the section.

This is especially common for fields used to create vertical lines that should extend the entire height of the section.

参照

参照

FieldBase クラス
FieldBase メンバ
AnchorEnum 列挙体