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

In This Topic
    ISimpleField Interface
    In This Topic
    The ISimpleField interface defines simple data field, e.g. "field": "Country" or "field": "xValue, yValue"
    Object Model
    ISimpleField Interface
    Syntax
    'Declaration
     
    Public Interface ISimpleField 
       Inherits IEncodingField 
    public interface ISimpleField : IEncodingField  
    See Also