ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IList Interface / Contents Property

In This Topic
    Contents Property (IList)
    In This Topic
    Gets the instances of this list control based on the data.
    Syntax
    'Declaration
     
    ReadOnly Property Contents As IEnumerable(Of IListContent)
    IEnumerable<IListContent> Contents {get;}

    Property Value

    An IEnumerable providing the instances of the list control based on the data.
    See Also