ComponentOne Reports for WPF
C1.C1Report Namespace / SectionCollection Class / Detail Property

In This Topic
    Detail Property (SectionCollection)
    In This Topic
    Returns a reference to the detail section of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Detail As Section
    public Section Detail {get;}
    Remarks
    This property is equivalent to this[SectionTypeEnum.Detail].
    See Also