Reports for WinForms
Count プロパティ (SectionCollection)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > SectionCollection クラス : Count プロパティ
コレクション内の要素の数を返します。
シンタックス
'宣言
 
Public ReadOnly Property Count As System.Integer
public System.int Count {get;}
解説

SectionCollectionクラスには、 Addメソッドまたは Removeメソッドはありません。

これは、レポート内のセクションの数がその時点でのグループの数によって決まるからです。レポートにセクションを追加したり削除するには、グループを追加または削除する必要があります。

参照

SectionCollection クラス
SectionCollection メンバ