Web Report Properties
This topic describes the properties of a Web Report object.
Property Name | Description |
---|---|
Others | |
Page Background | Specifies the background color of the report page. Choose a color from the drop-down list or select Custom to define a color in the Color Picker dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.
Data type: String |
Remove Extra Characters from First Line | Specifies whether or not to remove the quotation marks and commas from the first line of the report's Text and CSV outputs.
Data type: Boolean |
Suppress Object Space If Not Exported | Specifies whether or not to suppress the space for holding the objects in the output of the report if you specify not to include them for exporting. Data type: Boolean |
Excel | |
Columned | If true, the engine performance will be improved when exporting the report to CSV and Excel.
Data type: Boolean |
Columned
Right after you set the property to true from false each time, Logi Report will recalculate the values of the following Excel properties of the line objects in the report and reset the values to the defaults: Top Attach Column, Top Attach Row, Bottom Attach Column and Bottom Attach Row. The default values are calculated based on the position of each line object in the report. There is an exception: if both the Export to Excel and Export to CSV properties of a line object are false, the values of these properties will not be recalculated and will be preserved as before.
The property controls two things when it is true:
- Use the columned method to export the report to Excel when the option Column Format is selected in the corresponding export dialog box.
- You can specify values for the Excel properties mentioned earlier of a line object instead of using the default, so that they can be well-aligned in the exported Excel file.
When the property is false:
- The specified values for the preceding Excel properties of the line objects in the report are not applied when exporting to CSV or Excel.