ReportTemplate Class |
Namespace: Velo.Data.Models
The ReportTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportTemplate |
Initializes a new instance of the ReportTemplate class.
Constructor without parameter
| |
| ReportTemplate(IDataRecord) |
Initializes a new instance of the ReportTemplate class.
Constructor with parameter of data record to fill this data item
|
| Name | Description | |
|---|---|---|
| Content |
File content
| |
| FileName |
Full file name include path
| |
| ID |
Data item identification from database. Default value is 0.
| |
| Name |
File name
| |
| ReportStatus |
Report status
| |
| ReportStatusText |
Report status text (enumeration)
| |
| Type |
File type
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |