ActiveReports 18 .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
    Provies the instances of this list control based on the data.
    Syntax
    'Declaration
     
    ReadOnly Property Contents As IEnumerable(Of IListContent)
    IEnumerable<IListContent> Contents {get;}
    See Also