ActiveReports 18 .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
    Returns the Details Band for this Group.
    Syntax
    'Declaration
     
    ReadOnly Property Details As IItemCollection(Of IBand)
    IItemCollection<IBand> Details {get;}
    See Also