Click or drag to resize

ReportsItem Class

Reports item data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsReportsItem

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class ReportsItem

The ReportsItem type exposes the following members.

Constructors
  NameDescription
Public methodReportsItem
Initializes a new instance of the ReportsItem class. Constructor without parameter
Public methodReportsItem(IDataRecord)
Initializes a new instance of the ReportsItem class. Constructor with parameter of data record to fill this data item
Top
Properties
  NameDescription
Public propertyID
Data item identification from database. Default value is 0.
Public propertyPrice
Price of report item (quantity * unit price)
Public propertyPriceFormatted
Price of report item formatted
Public propertyQuantity
Quantity of report item
Public propertyQuantityFormatted
Quantity of report item formatted
Public propertyReport
Gives report data item
Public propertyReportID
Report ID
Public propertyReportLabel
Report label (address label and bike label)
Public propertySequence
Sequence of reports item
Public propertyText
Report item text
Public propertyUnitPrice
Unit price of report item
Public propertyUnitPriceFormatted
Unit price of report item formatted
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also