ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandedList Class / Details Property

In This Topic
    Details Property (BandedList)
    In This Topic
    Specifies details band collection (if any) for this banded list.
    Syntax
    'Declaration
     
    Public Property Details As Band
    public Band Details {get; set;}
    See Also