ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.DV Namespace / IComplexField Interface / Subfields Property

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