x4Trace Documentation v1.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Ix4Trace.Engine.Entity.Report Namespace Reference

Classes

class  Report
 Represents a Report. Name of the database table is Report. More...
 
class  ReportControl
 Represents a Control of report. These are the GUI element of the report. Name of the database table is ReportControl. More...
 
class  ReportGridColumn
 Represents column data of grid of report. Name of the database table is ReportGridColumn. More...
 

Enumerations

enum  ReportControlTypes {
  TextboxInt = 0 , TextboxString = 1 , ComboboxID = 2 , ComboboxValue = 3 ,
  ComboboxIDDropDown = 4 , ComboboxValueDropDown = 5 , Date = 6
}
 Type of the report controls. More...
 
enum  ReportGridColumnTextAlignment {
  TopLeft = 0 , TopRight = 1 , TopCenter = 2 , MiddleLeft = 3 ,
  MiddleRight = 4 , MiddleCenter = 5 , BottomLeft = 6 , BottomRight = 7 ,
  BottomCenter = 8
}
 Alingment types of column.
 
enum  ReportGridColumnFormat { Text = 0 , Number0 = 1 , Number2 = 2 , Number4 = 3 }
 Text formats of column.
 

Enumeration Type Documentation

◆ ReportControlTypes

Type of the report controls.

Enumerator
TextboxInt 

Number textbox.

TextboxString 

String textbox.

ComboboxID 

Combobox with ID value.

ComboboxValue 

Combobox with text value.

ComboboxIDDropDown 

Dropdown stlye down combobox with ID value.

ComboboxValueDropDown 

Dropdown stlye down combobox with text value.

Date 

Date selector.