ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1DataSource Namespace / C1DataSource Class / Reader Property

In This Topic
    Reader Property (C1DataSource)
    In This Topic
    The reader to use with wijdatasource. The wijdatasource class will call the read method of reader to read from rawdata with an array of fields provided. The field contains a name, mapping and defaultValue properties which define the rule of the mapping. If no reader is configured with wijdatasource it will directly return the raw data.
    Syntax
    'Declaration
     
    Public Property Reader As ArrayReader
    public ArrayReader Reader {get; set;}
    See Also