Gets or sets the Section name.

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

Syntax

C#
[MergablePropertyAttribute(false)]
[ParenthesizePropertyNameAttribute(true)]
[DefaultValueAttribute(null)]
public string Name { get; set; }
Visual Basic
<MergablePropertyAttribute(False)> _
<ParenthesizePropertyNameAttribute(True)> _
<DefaultValueAttribute(Nothing)> _
Public Property Name As String
	Get
	Set

Remarks

The section name can be used as an index into the control's Sections collection.

Section names are also used to identify fields in VBScript expressions.

Duplicate and empty section names are allowed, but should be avoided if you plan to use the section names in scripts or as indexers.

See Also