4 "title": "Step 1 : Report Definition",
12 "displayName": "Project Id",
18 "displayName": "Report Name *:",
23 "name": "reportDescr",
24 "displayName": "Report Description:",
25 "style":"width:300px;height:80px;"
30 "ngModelName":"selectedReportType.value",
31 "displayName": "Report Type: ",
35 "optionsName":"reportTypes",
36 "options":[{"value":"linear", "text":"Linear"}]
41 "ngModelName":"selectedDataSource.value",
42 "displayName": "Data Source:",
46 "optionsName":"DataSources",
47 "options":[{"value":"local", "text":"Local"}]
51 "name": "formHelpText",
52 "displayName": "Form Help Text:",
53 "style":"width:300px;height:80px;"
58 "ngModelName":"selectedPageSize.value",
59 "displayName": "Page Size:",
63 "optionsName":"PageSizes",
64 "options":[ {"value":"10", "text":"10"},
65 {"value":"20", "text":"20"},
66 {"value":"50", "text":"50"},
67 {"value":"100", "text":"100"},
68 {"value":"500", "text":"500"}
72 "input": "checkboxGroup",
74 "displayName": "Display Area:",
78 "checkboxes":[{"value":"homeSelected.value", "text":"HOME"},
79 {"value":"customerSelected.value", "text":"CUSTOMER"},
80 {"value":"reportsSelected.value", "text":"REPORTS"}
85 "input": "checkboxGroup",
86 "name": "hideFormFieldsAfterRun",
87 "displayName": "Hide Form Fields After Run:",
91 "optionsName":"HideFormFieldsAfterRun",
92 "checkboxes":[{"value":"hideFormFieldsAfterRunSelected.value", "text":""}
97 "name": "maxRowsInExcelCSVDownload",
98 "ngModelName":"selectedMaxRowsInExcelCSVDownload.value",
99 "displayName": "Max Rows in Excel/CSV Download:",
100 "defaultValue": "no",
103 "optionsName":"PageSizes",
104 "options":[{"value":"500","text":"500"},{"value":"1000","text":"1000"},{"value":"2000","text":"2000"},{"value":"3000","text":"3000"},{"value":"4000","text":"4000"},{"value":"5000","text":"5000"},{"value":"10000","text":"10000"},{"value":"15000","text":"15000"},{"value":"20000","text":"20000"},{"value":"25000","text":"25000"},{"value":"30000","text":"30000"},{"value":"35000","text":"35000"},{"value":"40000","text":"40000"},{"value":"45000","text":"45000"},{"value":"50000","text":"50000"},{"value":"65000","text":"65000"}]
108 "name": "frozenColumns",
109 "ngModelName":"selectedFrozenColumns.value",
110 "displayName": "Columns to be Frozen:",
114 "optionsName":"frozenColumnsOptions",
115 "options":[{"value":"0","text":"0"},{"value":"1","text":"1"},{"value":"2","text":"2"},{"value":"3","text":"3"},{"value":"4","text":"4"}]
119 "name": "dataGridAlign",
120 "ngModelName":"selectedDataGridAlign.value",
121 "displayName": "Data Grid Align:",
125 "optionsName":"selectedDataGridAlignOptions",
126 "options":[{"value":"left","text":"Left"},{"value":"right","text":"Right"},{"value":"center","text":"Center"}]
130 "name": "emptyMessage",
131 "displayName": "Empty Message:",
132 "style":"width:300px;height:80px;"
136 "name": "dataContainerHeight",
137 "ngModelName":"selectedDataContainerHeight.value",
138 "displayName": "Height of the Data Container:",
142 "optionsName":"dataContainerHeightOptions",
143 "options":[{"value":"200","text":"200%"},{"value":"190","text":"190%"},{"value":"180","text":"180%"},{"value":"170","text":"170%"},{"value":"160","text":"160%"},{"value":"150","text":"150%"},{"value":"140","text":"140%"},{"value":"130","text":"130%"},{"value":"120","text":"120%"},{"value":"110","text":"110%"},{"value":"100","text":"100%"},{"value":"90","text":"90%"},{"value":"80","text":"80%"},{"value":"70","text":"70%"},{"value":"60","text":"60%"},{"value":"50","text":"50%"},{"value":"40","text":"40%"},{"value":"30","text":"30%"},{"value":"20","text":"20%"},{"value":"10","text":"10%"}]
147 "name": "dataContainerWidth",
148 "ngModelName":"selectedDataContainerWidth.value",
149 "displayName": "Width of the Data Container:",
153 "optionsName":"dataContainerWidthOptions",
154 "options":[{"value":"200","text":"200%"},{"value":"190","text":"190%"},{"value":"180","text":"180%"},{"value":"170","text":"170%"},{"value":"160","text":"160%"},{"value":"150","text":"150%"},{"value":"140","text":"140%"},{"value":"130","text":"130%"},{"value":"120","text":"120%"},{"value":"110","text":"110%"},{"value":"100","text":"100%"},{"value":"90","text":"90%"},{"value":"80","text":"80%"},{"value":"70","text":"70%"},{"value":"60","text":"60%"},{"value":"50","text":"50%"},{"value":"40","text":"40%"},{"value":"30","text":"30%"},{"value":"20","text":"20%"},{"value":"10","text":"10%"}]
157 "input": "checkboxGroup",
158 "name": "displayOptions",
159 "displayName": "Display Options:",
160 "defaultValue": "no",
163 "checkboxes":[{"value":"hideFormFieldsSelected.value", "text":"Hide Form Fields"},
164 {"value":"hideChartSelected.value", "text":"Hide Chart"},
165 {"value":"hideReportDataSelected.value", "text":"Hide Report Data"},
166 {"value":"hideExcelSelected.value", "text":"Hide Excel"},
167 {"value":"hidePdfSelected.value", "text":"Hide PDF"}
171 "input": "checkboxGroup",
172 "name":"runtimeColSort",
173 "displayName": "Disable column sort at runtime:",
174 "defaultValue": "no",
177 "checkboxes":[{"value":"runtimeColSortDisabled.value", "text":""}
182 "name": "runtimeFormNumberColumns",
183 "ngModelName":"selectedNumFormCols.value",
184 "displayName": "Run-time Form Number Columns:",
185 "defaultValue": "no",
188 "optionsName":"runtimeFormNumberColumns",
189 "options":[ {"value":"1", "text":"1"},
190 {"value":"2", "text":"2"},
191 {"value":"3", "text":"3"},
192 {"value":"3", "text":"4"}
197 "name": "reportTitle",
198 "displayName": "Report Title:",
203 "name": "reportSubTitle",
204 "displayName": "Report Subtitle:",
211 "title": "finalButton",
213 "next":"Microservice Config",