Preference: Report Style
Customize the report sheet style.
Minimum Origin Version Required: Origin 2025
ReportStyle rowFill:=30862532 colFill:=28109823 tlfColor:=31420186 tlfThickness:=3 tlgColor:=28913021 tlsColor:=15 tlsThickness:=2 ttFontColor:=21525541 ttItalic:=1 graphWidth:=200 graphKeepRatio:=1 gapBetBranch:=150;
Please refer to the page for additional option switches when accessing the x-function from script
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Row Fill | rowFill |
Input int |
|
Specify the color filled in the rows of table header in the report sheet.
|
| Font Color | rowFontColor |
Input int |
|
Specify the color of the font in the rows of table header in the report sheet.
|
| Bold | rowBold |
Input int |
|
Specify whether set the font to bold in the rows of table header in the report sheet. Option list:
|
| Column Fill | colFill |
Input int |
|
Specify the color filled in the columns of table header in the report sheet.
|
| Font Color | colFontColor |
Input int |
|
Specify the color of the font in the columns of table header in the report sheet.
|
| Bold | colBold |
Input int |
|
Specify whether set the font to bold in the columns of table header in the report sheet. Option list:
|
| Fill to 1st Cell | colFillTo1 |
Input int |
|
Specify whether fill color to the first cell of table header in the report sheet. Option list:
|
| Frame | tlfFrame |
Input int |
|
Control the frame displaying for the table lines. Option list:
|
| Color | tlfColor |
Input int |
|
Specify the color of the frame in the report table.
|
| Thickness | tlfThickness |
Input double |
|
Specify the thickness of the frame in the report table. |
| Grids | tlgGrids |
Input int |
|
Control the grid line displaying in the report table. Option list:
|
| Color | tlgColor |
Input int |
|
Specify the color of the grid line in the report table.
|
| Thickness | tlgThickness |
Input double |
|
Specify the thickness of the grid line in the report table. |
| Separator | tlsSeparator |
Input int |
|
Control the separator line displaying in the report table. Option list:
|
| Color | tlsColor |
Input int |
|
Specify the color of the separator line in the report table.
|
| Thickness | tlsThickness |
Input double |
|
Specify the thickness of the separator line in the report table. |
| Color | ttFontColor |
Input int |
|
Specify the font color of table titles.
|
| Bold | ttBold |
Input int |
|
Specify whether set the font of table titles to bold.. Option list:
|
| Italic | ttItalic |
Input int |
|
Specify whether set the font of table titles to italic.. Option list:
|
| Graph Width | graphWidth |
Input int |
|
Specify the graph width size in the report sheet. |
| Keep Aspect Ratio | graphKeepRatio |
Input int |
|
Specify the graph in the report sheet whether keep aspect ratio Option list:
|
| Gap Between Branches | gapBetBranch |
Input int |
|
Specify the gap size between each branch. For example, gap size between table and the graph. |
| Grids for Report Branches | reportGrids |
Input int |
|
Grids for Report Branches
Specify whether to show the grid lines for the report branches. Option list:
|
This X-Function is used to customize the report sheet style. You also can control it by the dialog and preview the style in the Preview window.