ClassSwissQRBillData
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:
public class SwissQRBillData
Inheritance: objectSwissQRBillData
Constructors
SwissQRBillData()
Initializes a new instance of the SwissQRBillData class.
Declaration
public SwissQRBillData()
Properties
Creditor
Gets the value representing the "Creditor/Payable To" data structure.
Debtor
Gets the value representing the "Debtor/Payable By" data structure.
Payment
Gets the value representing the "Payment Information" data structure.
Methods
BuildValue(out string)
Builds the barcode value from the data provided in the current instance.
Declaration
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
public SwissQRCodeValueStringBuilder GetValueStringBuilder()
Returns
SwissQRCodeValueStringBuilder instance.