New to Telerik ReportingStart a free 30-day trial

Base class for representing the "Person" data structure.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class PersonInfo

Inheritance: objectPersonInfo

Derived Classes: CreditorInfoDebtorInfo

Constructors

Initializes a new instance of the PersonInfo class.

C#
public PersonInfo()

Properties

Gets or sets the address information for the creditor.

C#
public AddressInfo Address { get; set; }

Name

string

Gets or sets the creditor name.

C#
public string Name { get; set; }