FlexReport for WinForms
Groups プロパティ (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : Groups プロパティ
Gets a collection with all the groups in the report.
シンタックス
'宣言
 
Public ReadOnly Property Groups As GroupCollection
'使用法
 
Dim instance As FlexReport
Dim value As GroupCollection
 
value = instance.Groups
public GroupCollection Groups {get;}
解説

The Groups collection contains all Group objects defined in the current report.

Removing a Group from the collection also removes its associated header and footer sections, as well as any fields in those sections.

Adding a Group to the collection adds the corresponding group header and footer sections to the report.

参照

参照

FlexReport クラス
FlexReport メンバ