AddressInfo
Class
Represents the address data structure.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AddressInfo
Inheritance: objectAddressInfo
Constructors
C#
public AddressInfo()
Properties
City
string
Gets or sets the city name.
C#
public string City { get; set; }
Country
string
Gets or sets the country name.
C#
public string Country { get; set; }
HouseNumber
string
Gets or sets the house number.
C#
public string HouseNumber { get; set; }
PostalCode
string
Gets or sets the postal code.
C#
public string PostalCode { get; set; }
Street
string
Gets or sets the street name.
C#
public string Street { get; set; }