ReportsItem Class |
Namespace: Velo.Data.Models
The ReportsItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportsItem |
Initializes a new instance of the ReportsItem class.
Constructor without parameter
| |
| ReportsItem(IDataRecord) |
Initializes a new instance of the ReportsItem class.
Constructor with parameter of data record to fill this data item
|
| Name | Description | |
|---|---|---|
| ID |
Data item identification from database. Default value is 0.
| |
| Price |
Price of report item (quantity * unit price)
| |
| PriceFormatted |
Price of report item formatted
| |
| Quantity |
Quantity of report item
| |
| QuantityFormatted |
Quantity of report item formatted
| |
| Report |
Gives report data item
| |
| ReportID |
Report ID
| |
| ReportLabel |
Report label (address label and bike label)
| |
| Sequence |
Sequence of reports item
| |
| Text |
Report item text
| |
| UnitPrice |
Unit price of report item
| |
| UnitPriceFormatted |
Unit price of report item formatted
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |