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

In This Topic
    IComplexField Interface
    In This Topic
    The IComplexField interface defines complex data field, e.g. "field": { "lower": "lowerValue", "upper": "upperValue" }
    Object Model
    IComplexField Interface
    Syntax
    'Declaration
     
    Public Interface IComplexField 
       Inherits IEncodingField 
    public interface IComplexField : IEncodingField  
    See Also