ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / ComplexField Class / Subfields Property

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