Class
AddressInfo

Represents the address data structure.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AddressInfo

Inheritance: objectAddressInfo

Constructors

AddressInfo()

Declaration

cs-api-definition
public AddressInfo()

Properties

City

Gets or sets the city name.

Declaration

cs-api-definition
public string City { get; set; }

Property Value

string

Country

Gets or sets the country name.

Declaration

cs-api-definition
public string Country { get; set; }

Property Value

string

HouseNumber

Gets or sets the house number.

Declaration

cs-api-definition
public string HouseNumber { get; set; }

Property Value

string

PostalCode

Gets or sets the postal code.

Declaration

cs-api-definition
public string PostalCode { get; set; }

Property Value

string

Street

Gets or sets the street name.

Declaration

cs-api-definition
public string Street { get; set; }

Property Value

string