Skip to main content

BackPrevious Topic Next TopicNext

Table Group Footer Properties

This topic lists the properties of a Table Group Footer object. The availabilities of the properties vary for the supported report types: Page Report, Web Report and Library Component.

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 a CSS class to be applied to the object which is a valid class in the CSS file.

Data type: String

StylePage Report, Web Report, Library ComponentThe property can be used in two ways.
  • Specifies a style to be applied to the object. Choose a style from the drop-down list which is available when a Style Group has been selected at the page report tab or web report or library component level and when there are styles in the Style Group that can be applied to the object, or type in the style name.
  • Specifies a CSS selector to be applied to the object. Type a valid class name from the CSS file.

Data type: String

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

Data type: Boolean

Export to ExcelPage Report, Web Report, Library ComponentSpecifies whether to include the object in the Excel result of the report.

Data type: Boolean

Export to HTMLPage Report, Web Report, Library ComponentSpecifies whether to include the object in the HTML result of the report.

Data type: Boolean

Export to PDFPage Report, Web Report, Library ComponentSpecifies whether to include the object in the PDF result of the report.

Data type: Boolean

Export to PostScriptPage Report, Web Report, Library ComponentSpecifies whether to include the object in the PostScript result of the report.

Data type: Boolean

Export to Report ResultPage Report, Web Report, Library ComponentSpecifies whether to include the object when previewing the report in Page/Web Report Result and running the report in Page/Web Report Studio, or when the library component is used in JDashboard.

Data type: Boolean

Export to RTFPage Report, Web Report, Library ComponentSpecifies whether to include the object in the RTF result of the report.

Data type: Boolean

Export to TextPage Report, Web Report, Library ComponentSpecifies whether to include the object in the Text result of the report.

Data type: Boolean

Export to XMLPage Report, Web Report, Library ComponentSpecifies whether to include the object in the XML result of the report.

Data type: Boolean

Fill Whole PagePage Report, Web Report, Library ComponentSpecifies whether to make the row extended to the bottom of the page, so that the next row starts on a new page.

Data type: Boolean

InvisiblePage Report, Web Report, Library ComponentSpecifies whether to show the object in the design area and in the results. All formulas and calculations will still be performed if the property is set to true.

Data type: Boolean

LabelPage ReportSpecifies the popup text displayed when the mouse pointer hovers over the left edge of the row.

Data type: String

On New PagePage Report, Web Report, Library ComponentSpecifies whether the row starts on a new page. This property is applied only when the report has page layout enabled. The default is false which means the row starts on a new page only if the Previous Topic is filled.

Data type: Boolean

Record LocationPage Report, Web Report, Library ComponentSpecifies the calculation point for the properties of the object which are controlled by formulas. Choose an option from the drop-down list.
  • Default - The values of the properties are calculated in the default location where they are located.
  • Page Header - The values of the properties are calculated in the page header.
  • Page Footer - The values of the properties are calculated in the page footer.

Data type: Enumeration

SuppressPage Report, Web Report, Library ComponentSpecifies whether to show the object in the design area and in the results. All formulas and calculations will be skipped if the property is set to true.

Data type: Boolean

Note: When both the Invisible and Suppress properties of an object are set to true, Suppress has the higher priority.

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

Data type: Boolean

Border
Border ColorPage Report, Web Report, Library ComponentSpecifies the color of the border 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

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 - Joins path segments by extending their outside edges until they meet.
  • round - Joins 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 of the border. Type a numeric value to change the thickness.

Data type: Float

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

Data type: Enumeration

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

Data type: Enumeration

RadiusPage Report, Web Report, Library ComponentSpecifies the radius for the border line joint of the object. This property takes effect only when Border Joint is set to round.

Data type: Integer

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

Data type: Enumeration

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

Data type: Enumeration

Accessibility
External CSS Class SelectorQuery Page ReportSpecifies a class selector to be applied to the object when exported as HTML. Type a valid class name from the CSS file.

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?