Search Results for

    Show / Hide Table of Contents

    Class DbfFileImport

    Represents loading map data from dbf-file.

    Inheritance
    System.Object
    DbfFileImport
    Namespace: FastReport.Map.Import.Shp
    Assembly: FastReport.dll
    Syntax
    public class DbfFileImport

    Constructors

    DbfFileImport()

    Initializes a new instance of the DbfFileImport class.

    Declaration
    public DbfFileImport()

    Properties

    Filter

    Gets or sets the filter string used in an open file dialog.

    Declaration
    public string Filter { get; protected set; }
    Property Value
    Type Description
    System.String

    Methods

    GetFilter()

    Returns a file filter for an open file dialog.

    Declaration
    protected string GetFilter()
    Returns
    Type Description
    System.String

    String that contains a file filter.

    ImportFile(MapLayer, String)

    Imports the map data from a specified file into a specfied layer.

    Declaration
    public void ImportFile(MapLayer layer, string filename)
    Parameters
    Type Name Description
    MapLayer layer

    The MapObject for an importing map.

    System.String filename

    The name of a file that contains map.

    Back to top © 1998-2025 Copyright Fast Reports Inc.