[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.DbfReader

DbfReader Class

dBASE (Dbf) format reader.

Inheritance
DbfReader
Implements
Namespace: GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class DbfReader : IDisposable

Constructors

Name Description
DbfReader(Stream)

Initializes a new instance of the DbfReader class.

DbfReader(string)

Initializes a new instance of the DbfReader class.

Properties

Name Description
Fields

Fields descriptors collection

RecordsCount

Total count of records.

Version

Version of the Dbf file format (3 - dBASE III, dBASE IV, dBASE V, 4 - dBASE 7).

Methods

Name Description
Dispose()

Performs tasks associated with freeing, releasing, or resetting unmanaged resources.

ReadRecords()

Reads records from the input data.

Extension Methods