Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / SectionCollection Class / Detail Property

In This Topic
    Detail Property
    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