Class PersonInfo
Base class for representing the "Person" data structure.
Inheritance
System.Object
PersonInfo
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public abstract class PersonInfo
Constructors
PersonInfo()
Properties
Address
Gets or sets the address information for the creditor.
Declaration
public AddressInfo Address { get; set; }
Property Value
AddressInfo
|
Name
Gets or sets the creditor name.
Declaration
public string Name { get; set; }
Property Value
System.String
|