TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table >

 

Method

 

 

Name

Description

GetBand

Gets the band having the table.

GetBorderType

Gets the border type of the table.

GetBottomBorderDash

Gets the dash pattern of the bottom border.

GetBottomBorderDashOffset

Gets the dash offset of the bottom border.

GetBottomBorderThickness

Gets the thickness of the bottom border.

GetBottomLeftBorderRadius

Gets the radius of bottom left border.

GetBottomRightBorderRadius

Gets the radius of bottom right border.

GetComponentByName

Gets the component of the given name.

GetDataSetAVG

Gets the average from the given field.

GetDataSetCNT

Gets the number of dataset rows.

GetDataSetFREQ

Gets the occurrence count of the given value from the given field.

GetDataSetMAX

Gets the maximum value from the given field.

GetDataSetMIN

Gets the minimum value from the given field.

GetDataSetName

Gets the dataset name.

GetDataSetRowCount

Gets the number of total rows of the given data set.

SetShowRowNumber

Sets whether to show the row number.

GetDataSetRowIndex

Gets the cursor index of the current row.

GetDataSetSUM

Gets the sum from the given field.

GetDataSetValue

Gets the data value of the given field.

GetEmptyTableRowCount

Gets the number of rows with empty tables.

GetHeight

Gets the table height.

GetLeft

Gets the left position of the table.

GetLeftBorderDash

Gets the dash pattern of the left border.

GetLeftBorderDashOffset

Gets the dash offset of the left border.

GetLeftBorderThickness

Gets the thickness of the left border.

GetName

Gets the table name.

GetODIName

Gets the ODI name.

GetParent

Gets the parent component.

GetReport

Gets the current report component.

GetReportTemplate

Gets the report template.

GetRightBorderDash

Gets the dash pattern of the right border.

GetRightBorderDashOffset

Gets the dash offset of the right border.

GetRightBorderThickness

Gets the thickness of the right border.

GetRowCount

Gets the number of rows.

 

 

GetTableTitle

Gets the table title of the given index.

GetTableTitleCount

Gets the number of table titles.

GetTableValueCount

Gets the number of table value labels.

GetTop

Gets the top position of the table.

GetTopBorderDash

Gets the dash pattern of the top border.

GetTopBorderDashOffset

Gets the dash offset of the right border.

GetTopBorderThickness

Gets the thickness of the right border.

GetTopLeftBorderRadius

Gets the radius of top left border.

GetTopRightBorderRadius

Gets the radius of top right border.

GetUserValue

Gets the user defined value.

GetWidth

Gets the table width.

IsAutoSize

Indicates whether auto sizing is enabled.

IsDataSetLastRow

Indicates whether the current row cursor is on the last of the dataset.

IsDataSetValueNull

Indicates whether the field value is null.

IsEmptyLabelToPageEnd

Indicates whether to print empty labels to the end of a page.

IsEvenRowsInGrouping

Indicates whether to adjust the height of non grouped labels to the height of grouped labels.

IsFixPosition

Indicates whether to fix the table position on the page.

IsFixRow

Indicates whether to fix the row.

IsFixTitle

Indicates whether to fix the header title.

IsShowRowNumber

Indicates whether to show the row number.

IsShowTitle

Indicates whether to show the title.

RemoveTableValue

Remove the table value label of the given index.

SetAutoSize

Sets whether to automatically control  the component size.

SetBorderType

Sets the type of border.

SetBottomBorderDash

Sets the dash pattern of the bottom border.

SetBottomBorderDashOffset

Sets the dash offset of the bottom border.

SetBottomBorderThickness

Sets the thickness of the bottom border.

SetBottomLeftBorderRadius

Sets the radius of bottom left border.

SetBottomRightBorderRadius

Sets the radius of bottom right border.

SetEmptyLabelToPageEnd

Sets whether to print empty labels to the end of a page.

SetEmptyTableRowCount

Sets the number of rows with empty tables.

SetEvenRowsInGrouping

Sets whether to adjust the height of non grouped labels to the height of grouped labels.

SetFixPosition

Sets whether to fix the position when the table is bound on the page.

SetFixRow

Sets whether to fix the row.

SetFixTitle

Sets whether to fix the header.

SetHeight

Sets table height.

SetLeft

Sets the left position.

SetLeftBorderDash

Sets the dash pattern of the left border.

SetLeftBorderDashOffset

Sets the dash offset of the left border.

SetLeftBorderThickness

Sets the thickness of the left border.

SetRightBorderDash

Sets the dash pattern of the right border.

SetRightBorderDashOffset

Sets the dash offset of the right border.

SetRightBorderThickness

Sets the thickness of the right border.

SetRowCount

Sets the number of rows.

SetRowHeightOption

Sets whether to show the row number.

SetShowTitle

Sets whether to show the title.

SetTop

Sets the top position of a table.

SetTopBorderDash

Sets the dash pattern of the top border.

SetTopBorderDashOffset

Sets the dash offset of the top border.

SetTopBorderThickness

Sets the thickness of the top border.

SetTopLeftBorderRadius

Sets the radius of top left border.

SetTopRightBorderRadius

Sets the radius of top right border.

SetUserValue

Assigns a user defined value to the user value.

SetWidth

Sets table width.