Click or drag to resize

Report Class

Data report handling and document handling
Inheritance Hierarchy
SystemObject
  Velo.DataReport

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

The Report type exposes the following members.

Properties
  NameDescription
Private propertyStatic memberGetSQLSelect
Report SQL SELECT statement (include date format dmy)
Private propertyStatic memberGetSQLSelectJoinAddress
Report SQL SELECT statement with relationship to table Address (include date format dmy)
Private propertyStatic memberGetSQLSelectJoinBike
Report SQL SELECT statement with relationship to table Bike (include date format dmy)
Top
Methods
  NameDescription
Public methodStatic memberAdd
Add a report data record to database
Public methodStatic memberDelete
Delete a report data item by ID and his positions
Public methodStatic memberDeleteByAddress
Delete all reports data item by address ID and his positions
Public methodStatic memberDeleteByBike
Delete all reports data item by bike ID and his positions
Public methodStatic memberGetAll
Gives a list of report
Public methodStatic memberGetByAddressFirstName
Gives a list of report data by address first name (search wild card)
Public methodStatic memberGetByAddressID
Gives a list of report data by address ID
Public methodStatic memberGetByAddressName
Gives a list of report data by address name (search wild card)
Public methodStatic memberGetByBikeBrand
Gives a list of report data by bike brand (search wild card)
Public methodStatic memberGetByBikeID
Gives a list of report data by bike ID
Public methodStatic memberGetByBikeNumber
Gives a list of report data by bike number (search wild card)
Public methodStatic memberGetByBikeType
Gives a list of report data by bike type (search wild card)
Public methodStatic memberGetByDateReceipt
Gives a list of report by receipt date (date range 30 days)
Public methodStatic memberGetByID
Gives a report data item by ID
Public methodStatic memberGetByWithoutAddress
Gives a list of report data by without address
Public methodStatic memberToDocument
Create a report document from template
Public methodStatic memberToDocumentCheckTemplate
Check template to create report document
Private methodStatic memberToFill
Report document fill with data
Public methodStatic memberUpdate
Update report data
Top
See Also