FlexReport for WinForms
Section クラス
メンバ 


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : Section クラス
Represents a report band.
オブジェクト モデル
Section クラス
シンタックス
'宣言
 
Public Class Section 
   Inherits VisualReportObject
   Implements C1.Document.Serialization.IC1Serializable, IScriptContextProvider 
'使用法
 
Dim instance As Section
public class Section : VisualReportObject, C1.Document.Serialization.IC1Serializable, IScriptContextProvider  
解説

Each Section object contains a collection of SubSection objects.

Every report contains the following sections:

A detail section.

A report header and a report footer section.

A page header and a page footer section.

A group header and a group footer section for each Group object in the report.

The total number of sections in a report is therefore 5 + 2 * Groups.Count. Sections cannot be added and removed from reports directly. The number of sections is a function of the number of groups.

Although sections cannot be removed, they can be hidden by setting their Visible property to false.

継承階層

System.Object
   C1.Report.ReportObject
      C1.Report.VisualReportObject
         C1.Report.Section

参照

参照

Section メンバ
C1.Report 名前空間