Class
SwissQRBillData

Defines the information fields mandatory to create a barcode used in a Swiss QR Bill.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class SwissQRBillData

Inheritance: objectSwissQRBillData

Constructors

SwissQRBillData()

Initializes a new instance of the SwissQRBillData class.

Declaration

cs-api-definition
public SwissQRBillData()

Properties

Creditor

Gets the value representing the "Creditor/Payable To" data structure.

Declaration

cs-api-definition
public CreditorInfo Creditor { get; }

Property Value

CreditorInfo

Debtor

Gets the value representing the "Debtor/Payable By" data structure.

Declaration

cs-api-definition
public DebtorInfo Debtor { get; }

Property Value

DebtorInfo

Payment

Gets the value representing the "Payment Information" data structure.

Declaration

cs-api-definition
public PaymentInfo Payment { get; }

Property Value

PaymentInfo

Methods

BuildValue(out string)

Builds the barcode value from the data provided in the current instance.

Declaration

cs-api-definition
public virtual string BuildValue(out string errors)

Parameters

errors

string

String instance containing the validation errors, if any. Null if the validation succeeds.

Returns

string

The barcode value.

GetValueStringBuilder()

Initializes a new instance of the SwissQRCodeValueStringBuilder class.

Declaration

cs-api-definition
public SwissQRCodeValueStringBuilder GetValueStringBuilder()

Returns

SwissQRCodeValueStringBuilder

SwissQRCodeValueStringBuilder instance.