ActiveReports 19 .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
    Gets the details band collection (if any) for this GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.
    Syntax
    'Declaration
     
    ReadOnly Property Details As IItemCollection(Of IBand)
    IItemCollection<IBand> Details {get;}

    Property Value

    An IItemCollection<T> representing the details band collection.
    Remarks
    Details collection will be empty if there are Groups.
    See Also