Class AddressInfo
Represents the address data structure.
Inheritance
System.Object
AddressInfo
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public class AddressInfo
Constructors
AddressInfo()
Declaration
public AddressInfo()
Properties
City
Gets or sets the city name.
Declaration
public string City { get; set; }
Property Value
System.String
|
Country
Gets or sets the country name.
Declaration
public string Country { get; set; }
Property Value
System.String
|
HouseNumber
Gets or sets the house number.
Declaration
public string HouseNumber { get; set; }
Property Value
System.String
|
PostalCode
Gets or sets the postal code.
Declaration
public string PostalCode { get; set; }
Property Value
System.String
|
Street
Gets or sets the street name.
Declaration
public string Street { get; set; }
Property Value
System.String
|