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.
Initializes the data for the totals section of the report.
Syntax
private void initTotalsSection(
OffSessionId_RU _offsessionId,
Qty _qtyIssueTotal,
Qty _qtyLossTotal,
CostAmount _costIssueTotal,
CostAmount _costLossTotal)
Run On
Called
Parameters
- _offsessionId
Type: OffSessionId_RU Extended Data Type
The OfficialsSessionId value that the report is linked to
- _qtyIssueTotal
Type: Qty Extended Data Type
The total issue quantity.
- _qtyLossTotal
Type: Qty Extended Data Type
The total loss quantity.
- _costIssueTotal
Type: CostAmount Extended Data Type
The total cost amount of the issue.
- _costLossTotal
Type: CostAmount Extended Data Type
The total cost amount of the loss.