ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapShapefile Class / MapFieldNames Property

In This Topic
    MapFieldNames Property (MapShapefile)
    In This Topic
    Gets the set of non-spatial data fields to be imported from the shape file.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapFieldNames As IList(Of ExpressionInfo)
    public IList<ExpressionInfo> MapFieldNames {get;}
    See Also