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

In This Topic
    MapLocation1 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 entity 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 MapLocation1 As String
    public string MapLocation1 {get; set;}
    See Also