FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport 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