EpsonRT.AggiungiRiga Method

Aggiunge una nuova riga di beni/servizi da stampare nello scontrino
Public Sub AggiungiRiga( _ 
ByVal sDescription As String, _ 
ByVal iQuantity As Integer, _ 
ByVal dPrice As Decimal, _ 
ByVal iVat As Integer
)
This language is not supported or no code example is available.
public void AggiungiRiga( 
string sDescription
int iQuantity
decimal dPrice
int iVat 
)
This language is not supported or no code example is available.

Parameters

sDescription
string

Descrizione della merce o servizio

iQuantity
int

Quantità di merce o servizio

dPrice
decimal

Prezzo Unitario (iva inclusa)

iVat
int

Codice Iva

.NET Framework

Supported in: 2.x, 3.x, 4.x, 6.x 7.x

In this article

Definition