ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf Namespace / DbfReader Class / DbfReader Constructor / DbfReader Constructor(String)
The file containing the input data.

In This Topic
    DbfReader Constructor(String)
    In This Topic
    Initializes a new instance of the DbfReader class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public DbfReader( 
       string fileName
    )

    Parameters

    fileName
    The file containing the input data.
    See Also