'宣言 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;}
'宣言 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.