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

In This Topic
    Items Property (ComplexField)
    In This Topic
    Gets or sets complex field value
    Syntax
    'Declaration
     
    Public Property Items As Dictionary(Of String,FieldItem)
    public Dictionary<string,FieldItem> Items {get; set;}
    See Also