ActiveReports Developer 7
Details Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IBandedList Interface : Details Property

Glossary Item Box

Specifies details of band collection (if any) for this BandedList.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Details As System.Collections.ICollection
C# 
System.Collections.ICollection Details {get;}

Remarks

Details collection will be empty if there are Groups.

See Also