AutoComplete for ASP.NET Web Forms
Groups プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : Groups プロパティ
Gets a collection with all the groups in the report.
シンタックス
'宣言
 
Public ReadOnly Property Groups As GroupCollection
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.

参照

C1Report クラス
C1Report メンバ