ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf Namespace / DbfReader Class / DbfReader Constructor / DbfReader Constructor(Stream)
The stream with input data.

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

    Parameters

    inputStream
    The stream with input data.
    See Also