ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IBandedList Interface / Details Property

In This Topic
    Details Property (IBandedList)
    In This Topic
    Specifies details band collection (if any) for this BandedList.
    Syntax
    'Declaration
     
    ReadOnly Property Details As IItemCollection(Of IBand)
    IItemCollection<IBand> Details {get;}
    Remarks
    Details collection will be empty if there are Groups.
    See Also