ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace / IBandedListGroup Interface / Details Property

In This Topic
    Details Property (IBandedListGroup)
    In This Topic
    Gets the details band collection for this group.
    Syntax
    'Declaration
     
    ReadOnly Property Details As IItemCollection(Of IBand)
    IItemCollection<IBand> Details {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the details band collection.
    See Also