Click or drag to resize

ReportTemplate Class

Data report template handling
Inheritance Hierarchy
SystemObject
  Velo.DataReportTemplate

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

The ReportTemplate type exposes the following members.

Properties
  NameDescription
Private propertyStatic memberGetSQLSelect
Report template SQL SELECT statement
Private propertyStatic memberGetSQLSelectWithoutContent
Report template SQL SELECT statement
Top
Methods
  NameDescription
Public methodStatic memberAdd
Add a report template data record to database
Public methodStatic memberDelete
Delete a report template data item by ID
Public methodStatic memberGetAll
Gives a list of report template without content
Public methodStatic memberGetByID
Gives a report template data item by ID
Public methodStatic memberGetByStatus
Gives report template data items by status
Public methodStatic memberCode exampleGetFile
Gives a file name of report template by ID. Saved report template to file.
Public methodStatic memberUpdate
Update report template data
Top
See Also