FlexReport for WinForms
Repeat プロパティ (Section)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Section クラス : Repeat プロパティ
For group header, group footer and report footer sections only, gets or sets a value indicating whether the current section should be repeated at the top or bottom of each page. The default is false.
シンタックス
'宣言
 
Public Property Repeat As System.Boolean
'使用法
 
Dim instance As Section
Dim value As System.Boolean
 
instance.Repeat = value
 
value = instance.Repeat
public System.bool Repeat {get; set;}
解説

This property only applies to group header and group footer sections.

Set this value to true to repeat the group header page at the top of every page, before the detail sections.

If you have multiple groups, all group header sections that have the Repeat property set to true will be rendered at the top of each page.

参照

参照

Section クラス
Section メンバ