Skip to main content

BackPrevious Topic  Next TopicNext

Table Group Footer Properties

This topic describes the properties of a Table Group Footer object.

Designer provides some properties only when you use the object in certain report types. You can get details from the Available For column in the property table.

Property NameAvailable ForDescription
General
Class TypeQuery Page ReportIndicates the class type of the object. This property is read only.
Data InheritQuery Page ReportIndicates whether the dataset for this object is inherited from another object. This property is read only.
DatasetQuery Page ReportIndicates the dataset used by the object. This property is read only.
Instance Name Query Page ReportShows the instance name of the object. This property is read only.
Geometry
HeightPage Report, Web Report, Library ComponentSpecifies the height of the object. Type a numeric value to change the height.

Data type: Float

WidthPage Report, Web Report, Library ComponentDisplays the width of the object. This property is read only.
Color
BackgroundPage Report, Web Report, Library ComponentSpecifies the background color and fill effect of the object. Choose a color from the drop-down list or select Custom to customize a color, or type a hexadecimal RGB value (for example, 0xff0000) to specify a color. For page report, you can also use a formula or edit an expression that returns a color.

Data type: String

CSS
ClassPage Report, Web Report, Library ComponentSpecifies the name of the Class Selector to apply to the object, which you define in the CSS file of the style the report applies.

For example, if you define the CSS file as follows:

@charset "GBK";
TextField {Background: #ff0000}
/*Style=LabelX*/
TextField[Style="LabelX"]{Background: #0000FF}
/*ID=W*/
TextField#W{Background: #FFFF00}
/*class=C*/
TextField.C{Background: #00FFFF}

To apply the Class Selector in the file to the object, type C in the value cell.

Data type: String

StylePage Report, Web Report, Library ComponentSpecifies the style you want to apply to the object. You can specify the style in two ways:
  • Type the style which should be an Attribute Selector whose attribute is "style" in the CSS file of the style the report applies. For example, to apply the style in the preceding sample CSS file to the object, type LabelX in the value cell.
  • Choose a style from the drop-down list if you have specified the Style Group property for the report tab or web report, and there are styles in the style group that are applicable to the object.

Data type: String

Others
Export to CSVPage Report, Web Report, Library ComponentSpecifies whether to include the object in the CSV output.

Data type: Boolean

Export to ExcelPage Report, Web Report, Library ComponentSpecifies whether to include the object in the Excel output.

Data type: Boolean

Export to HTMLPage Report, Web Report, Library ComponentSpecifies whether to include the object in the HTML output.

Data type: Boolean

Export to PDFPage Report, Web Report, Library ComponentSpecifies whether to include the object in the PDF output.

Data type: Boolean

Export to PostScriptPage Report, Web Report, Library ComponentSpecifies whether to include the object in the PostScript output.

Data type: Boolean

Export to Report ResultPage Report, Web Report, Library ComponentSpecifies whether to include the object when you preview the report in the Page Report Result format for a page report or Web Report Result for a web report in Designer, and when users run the report in the same format or use the library component at runtime.

Data type: Boolean

Export to RTFPage Report, Web Report, Library ComponentSpecifies whether to include the object in the RTF output.

Data type: Boolean

Export to TextPage Report, Web Report, Library ComponentSpecifies whether to include the object in the Text output.

Data type: Boolean

Export to XMLPage Report, Web Report, Library ComponentSpecifies whether to include the object in the XML output.

Data type: Boolean

Fill Whole PagePage Report, Web Report, Library ComponentSpecifies whether to extend the row to the page bottom in the report, so that the next row starts on a new page.

Data type: Boolean

InvisiblePage Report, Web Report, Library ComponentSpecifies whether to hide the object in the design area and in the report. Logi Report Engine performs all calculations that involve the object regardless of whether the object is visible or not.

Data type: Boolean

LabelPage ReportSpecifies the tool tip you want to display for the row when you hover over the left edge of the row in the design area. Type a string to change the label.

Data type: String

On New PagePage Report, Web Report, Library ComponentSpecifies whether to start the row on a new page in the report. Default (the property being "false") is starting the row on a new page only when the previous page is filled. This property cannot take effect if you disable Page Layout for the report, meaning, the report is in continuous page mode.

Data type: Boolean

Record LocationPage Report, Web Report, Library ComponentSpecifies the calculation point for the properties of the object that are controlled by formulas. This property takes effect only when the object is in a banded object. Choose an option from the drop-down list.
  • default
    Select to calculate values of the properties in the default location where the object is placed.
  • page header
    Select to calculate values of the properties in the banded page header panel.
  • page footer
    Select to calculate values of the properties in the banded page footer panel.

For more information, see Example 2: Showing a Label on Every Page Except the Last.

Data type: Enumeration

SuppressPage Report, Web Report, Library ComponentSpecifies whether to suppress the object in the design area and in the report. If you suppress an object, Logi Report Engine skips all formulas and calculations that involve the object. This property has higher priority over Invisible.

Data type: Boolean

Suppress When No RecordsPage Report, Web Report, Library ComponentSpecifies whether to suppress the object in the report when no record is returned to its parent data component.

Data type: Boolean

Border
Border ColorPage Report, Web Report, Library ComponentSpecifies the color for the border of the object. Choose a color from the drop-down list or select Custom to customize a color in the Pick a Color dialog box. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.

Data type: String

Border JointPage Report, Web Report, Library ComponentSpecifies the joint style for the border lines of the object. Choose an option from the drop-down list.
  • miter
    Select to join path segments by extending their outside edges until they meet.
  • round
    Select to join path segments by rounding off the corner at a radius of half the line width.

Data type: Enumeration

Border ThicknessPage Report, Web Report, Library ComponentSpecifies the width for the border of the object. Type a numeric value to change the thickness.

Data type: Float

Bottom LinePage Report, Web Report, Library ComponentSpecifies the line style for the bottom border of the object. Choose an option from the drop-down list.

Data type: Enumeration

Left LinePage Report, Web Report, Library ComponentSpecifies the line style for the left border of the object. Choose an option from the drop-down list.

Data type: Enumeration

RadiusPage Report, Web Report, Library ComponentSpecifies the radius for the joint of the border lines. This property takes effect when you set Border Joint of the object to "round". Type a numeric value to change the radius.

Data type: Integer

Right LinePage Report, Web Report, Library ComponentSpecifies the line style for the right border of the object. Choose an option from the drop-down list.

Data type: Enumeration

Top LinePage Report, Web Report, Library ComponentSpecifies the line style for the top border of the object. Choose an option from the drop-down list.

Data type: Enumeration

Accessibility
External CSS Class SelectorQuery Page ReportSpecifies the name of the Class Selector for the object in the HTML output.

Data type: String

External IDQuery Page ReportIt is mapped to the HTML attribute id. This attribute specifies a name to the object, which must be unique in the report.

Data type: String

External StyleQuery Page ReportIt is mapped to the HTML attribute style. This attribute specifies style information for the object.

Data type: String

LanguageQuery Page ReportIt is mapped to the HTML attribute lang. This attribute specifies the base language of the object's attribute values and text content.

Data type: String

BackPrevious Topic  Next TopicNext

Was this article helpful?