'宣言 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;}
このプロパティは、グループヘッダーおよびグループフッターセクションにのみ適用されます。
この値を true に設定すると、各ページの先頭(詳細セクションの前)にグループヘッダーが繰り返し表示されます。
複数のグループがある場合は、 Repeat プロパティが true に設定されているすべてのグループヘッダーセクションが 各ページの先頭にレンダリングされます。