Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / PointsLayer Class / MapLocation Property

In This Topic
    MapLocation Property
    In This Topic
    Gets or sets a string containing one or more semicolon-delimited fields which may be used to determine the location of an object using an external service such as Google. Typically these would be the fields specifying the address, e.g. "Address;City;PostalCode;Country".
    Syntax
    'Declaration
     
    Public Property MapLocation As String
    public string MapLocation {get; set;}
    See Also