Returns a reference to the detail section of the report.

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

Syntax

C#
public Section Detail { get; }
Visual Basic
Public ReadOnly Property Detail As Section
	Get

Remarks

This property is equivalent to this[SectionTypeEnum.Detail].

See Also