x4Trace Documentation v1.0
|
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. | |
Type of the report controls.