Interface IReportTableLineItemCombined
Represents an item in a report table line with a text, value and quantity
Namespace: TSD.API.Remoting.Report
Assembly: TSD.API.Remoting.dll
Syntax
public interface IReportTableLineItemCombined : IReportTableLineItem
Properties
| Name | Description |
|---|---|
| Quantity | Gets the quantity of this item |
| Text | Gets the text of this item |
| Value | Gets the value of this item |