Class
PersonInfo

Base class for representing the "Person" data structure.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class PersonInfo

Inheritance: objectPersonInfo

Derived Classes: CreditorInfoDebtorInfo

Constructors

PersonInfo()

Initializes a new instance of the PersonInfo class.

Declaration

cs-api-definition
public PersonInfo()

Properties

Address

Gets or sets the address information for the creditor.

Declaration

cs-api-definition
public AddressInfo Address { get; set; }

Property Value

AddressInfo

Name

Gets or sets the creditor name.

Declaration

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

Property Value

string