FlexReport for WPF
SubSectionCollection クラス
メンバ 


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 : SubSectionCollection クラス
SubSection オブジェクトのコレクションを表します。
オブジェクト モデル
SubSectionCollection クラス
シンタックス
'宣言
 
Public Class SubSectionCollection 
   Inherits C1.WPF.Report.ReportObjectList(Of SubSection)
'使用法
 
Dim instance As SubSectionCollection
public class SubSectionCollection : C1.WPF.Report.ReportObjectList<SubSection> 
継承階層

System.Object
   C1.WPF.Report.ReportObjectCollection<TItem>
      C1.WPF.Report.ReportObjectList<TItem>
         C1.WPF.Report.SubSectionCollection

参照

SubSectionCollection メンバ
C1.WPF.Report 名前空間