ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / SimpleField Class / Items Property

In This Topic
    Items Property (SimpleField)
    In This Topic
    Gets or sets simple field value
    Syntax
    'Declaration
     
    Public Property Items As Collection(Of FieldItem)
    public Collection<FieldItem> Items {get; set;}
    See Also