Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LayerBase Class / PointsLocationExpressions Property

In This Topic
    PointsLocationExpressions Property (LayerBase)
    In This Topic
    Gets the list of lists of location expressions. The outer list corresponds to the point or points associated with each record of the layer - i.e. for a points layer, that list will contain one element, for lines - two etc. The inner list for each point is the collection of location expressions. E.g. it can be Country, City, Address.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PointsLocationExpressions As List(Of List(Of String))
    public abstract List<List<string>> PointsLocationExpressions {get;}
    See Also