New to Telerik ReportingStart a free 30-day trial

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; }

Gets or sets the house number.

C#
public string HouseNumber { get; set; }

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; }