Returns the Section type (e.g., PageHeader, Detail).

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(SectionTypeEnum.Undefined)]
[BrowsableAttribute(false)]
public SectionTypeEnum Type { get; }
Visual Basic
<DefaultValueAttribute(SectionTypeEnum.Undefined)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Type As SectionTypeEnum
	Get

Remarks

The default value for this property is SectionTypeEnum.Undefined.

See Also