Gets or sets the section to which the field belongs.

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

Syntax

C#
[BrowsableAttribute(false)]
public SectionTypeEnum Section { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property Section As SectionTypeEnum
	Get
	Set

Remarks

To move a field from one section to another, set its Section property to a new value.

See Also