Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the RDL parameter values.
Syntax
private void setRdlContract(
SrsReportRdlDataContract _rdlContract,
CompanyPaymId _companyPaymId,
BankAccount _bankAccount,
BankAccount _bankAccountFee,
str _orderNum,
CurrencyCode _currencyCode,
Counter _sequenceNum,
AmountMST _totalAmount,
date _dueDate)
Run On
Called
Parameters
- _rdlContract
Type: SrsReportRdlDataContract Class
The RDL data contract.
- _companyPaymId
Type: CompanyPaymId Extended Data Type
The company PaymId type
- _bankAccount
Type: BankAccount Extended Data Type
The bank account.
- _bankAccountFee
Type: BankAccount Extended Data Type
The bank account fee.
- _orderNum
Type: str
The order number value.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code value.
- _sequenceNum
Type: Counter Extended Data Type
The sequence value.
- _totalAmount
Type: AmountMST Extended Data Type
The total amount value.
- _dueDate
Type: date
The due date value.